Html Css Color HEX #7DCBF2 Sky Blue

📋 copy color: '#7DCBF2'

red 125 ◦ green 203 ◦ blue 242

#7DCBF2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sky Blue #7DCBF2

Tints of Sky Blue #7DCBF2

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 value IS 0.48

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7DCBF2 (or 0x7DCBF2) is known color: 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

RGB 125 203 242 -
CMYK 0.48 0.16 0 0.05
HSL 200º 0.82% 0.72% -
HSV(B) 200º 0.48% 0.95% -
XYZ 45.84 53.48 91.91 -
YUV 184.12 160.66 85.83 -
System Red Green Blue C M Y K H S L
Decimal 125 203 242 0.48 0.16 0 0.05 200 0.82 0.72
Hex 7D CB F2 30 10 0 5 C8 52 48
Octal 175 313 362 60 20 0 5 310 122 110
Binary 1111101 11001011 11110010 110000 10000 0 101 11001000 1010010 1001000

Color Harmonies of #7DCBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCBF2

Black with #7DCBF2

Text Example


Text Example

White with #7DCBF2

Text Example


Text Example

HTML Codes & Css Web 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>