Html Css Color HEX #7DC9EF Sky Blue

📋 copy color: '#7DC9EF'

red 125 ◦ green 201 ◦ blue 239

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

Shades of Sky Blue #7DC9EF

Tints of Sky Blue #7DC9EF

RGB

 RED value IS 125 (49.22% from 255) = 22.12%

 GREEN value IS 201 (78.91% from 255) = 35.58%

 BLUE value IS 239 (93.75% from 255) = 42.3%

R = 22.12%
G = 35.58%
B = 42.3%

CMYK

 C value IS 0.48

 M value IS 0.16

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7DC9EF (or 0x7DC9EF) is known color: Sky Blue. HEX triplet: 7D, C9 and EF. RGB value is (125,201,239). Sum of RGB (Red+Green+Blue) = 125+201+239=565 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.12% from 565); Green value is 201 (78.91% from 255 or 35.58% from 565); Blue value is 239 (93.75% from 255 or 42.30% from 565); Max value from RGB is 239 - color contains mainly: blue. Hex color #7DC9EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DC9EF is #823610. Grayscale: #B6B6B6. Windows color (decimal): -8533521 or 15714685. OLE color: 15714685.

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

Color convert

RGB 125 201 239 -
CMYK 0.48 0.16 0 0.06
HSL 200º 0.78% 0.71% -
HSV(B) 200º 0.48% 0.94% -
XYZ 44.92 52.37 89.4 -
YUV 182.61 159.82 86.91 -
System Red Green Blue C M Y K H S L
Decimal 125 201 239 0.48 0.16 0 0.06 200 0.78 0.71
Hex 7D C9 EF 30 10 0 6 C8 4E 47
Octal 175 311 357 60 20 0 6 310 116 107
Binary 1111101 11001001 11101111 110000 10000 0 110 11001000 1001110 1000111

Color Harmonies of #7DC9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC9EF

Black with #7DC9EF

Text Example


Text Example

White with #7DC9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,201,239); }

 H1.HeaderClassName
 {
   color: #7DC9EF;
 }
 .AnyTagClassName
 {
   color: #7DC9EF;
 }
</style>

background-color css

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

 a { background-color: rgb(125,201,239); }

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

border-color css

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

 span { border-color: rgb(125,201,239); }

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