#7DCBF2

Color #7DCBF2 Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sky Blue #7DCBF2

Tints of Sky Blue #7DCBF2

Color information

#7DCBF2 (or 0x7DCBF2) is unknown color: approx Sky Blue. HEX triplet: 7D, CB and F2. RGB value is (125,203,242). Sum of RGB (Red+Green+Blue) = 125+203+242=570 (75% of max value = 765). Red value is 125 (49.22% from 255 or 21.93% from 570); Green value is 203 (79.69% from 255 or 35.61% from 570); Blue value is 242 (94.92% from 255 or 42.46% from 570); Max value from RGB is 242 - color contains mainly: blue. Hex color #7DCBF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DCBF2 is #82340D. Grayscale: #B7B7B7. Windows color (decimal): -8533006 or 15911805. OLE color: 15911805.

HSL color Cylindrical-coordinate representation of color #7DCBF2: hue angle of 200º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DCBF2 is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB125203242-
CMYK0.480.1600.05
HSL200º81.82%71.96%-
HSV(B)200º48.35%94.9%-
XYZ45.8453.4891.91-
YUV184.12160.6685.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 125 (49.22% from 255) = 21.93%
GREEN value IS 203 (79.69% from 255) = 35.61%
BLUE value IS 242 (94.92% from 255) = 42.46%
R=21.93%
G=35.61%
B=42.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1252032420.480.1600.0520081.8271.96
Hex7DCBF2301005c85248
Octal175313362602005310122110
Binary111110111001011111100101100001000001011100100010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7DCBF2; }

 p { color: rgb(125,203,242); }

 H1.HeaderClassName
 {
   color: #7DCBF2;
 }
 .AnyTagClassName
 {
   color: #7DCBF2;
 }
</style>
background-color css

<style>
 a { background-color: #7DCBF2; }

 a { background-color: rgb(125,203,242); }

 div.DivClassName
 {
   background-color: #7DCBF2;
 }
 .BgClassName
 {
   background-color: #7DCBF2;
 }
</style>
border-color css

<style>
 span { border-color: #7DCBF2; }

 span { border-color: rgb(125,203,242); }

 td.TdClassName
 {
   border-color: #7DCBF2;
 }
 .TagClassName
 {
   border-color: #7DCBF2;
 }
</style>