Html Css Color HEX #7DC5EF Sky Blue

📋 copy color: '#7DC5EF'

red 125 ◦ green 197 ◦ blue 239

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

Shades of Sky Blue #7DC5EF

Tints of Sky Blue #7DC5EF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.12%

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

R = 22.28%
G = 35.12%
B = 42.6%

CMYK

 C value IS 0.48

 M value IS 0.18

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7DC5EF (or 0x7DC5EF) is known color: Sky Blue. HEX triplet: 7D, C5 and EF. RGB value is (125,197,239). Sum of RGB (Red+Green+Blue) = 125+197+239=561 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.28% from 561); Green value is 197 (77.34% from 255 or 35.12% from 561); Blue value is 239 (93.75% from 255 or 42.60% from 561); Max value from RGB is 239 - color contains mainly: blue. Hex color #7DC5EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DC5EF is #823A10. Grayscale: #B4B4B4. Windows color (decimal): -8534545 or 15713661. OLE color: 15713661.

HSL color Cylindrical-coordinate representation of color #7DC5EF: hue angle of 202.11º 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 #7DC5EF is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 125 197 239 -
CMYK 0.48 0.18 0 0.06
HSL 202.11º 0.78% 0.71% -
HSV(B) 202.11º 0.48% 0.94% -
XYZ 44 50.52 89.09 -
YUV 180.26 161.15 88.58 -
System Red Green Blue C M Y K H S L
Decimal 125 197 239 0.48 0.18 0 0.06 202.11 0.78 0.71
Hex 7D C5 EF 30 12 0 6 CA 4E 47
Octal 175 305 357 60 22 0 6 312 116 107
Binary 1111101 11000101 11101111 110000 10010 0 110 11001010 1001110 1000111

Color Harmonies of #7DC5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC5EF

Black with #7DC5EF

Text Example


Text Example

White with #7DC5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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