Html Css Color HEX #7DCCEC Sky Blue

📋 copy color: '#7DCCEC'

red 125 ◦ green 204 ◦ blue 236

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

Shades of Sky Blue #7DCCEC

Tints of Sky Blue #7DCCEC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.11%

 BLUE value IS 236 (92.58% from 255) = 41.77%

R = 22.12%
G = 36.11%
B = 41.77%

CMYK

 C value IS 0.47

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7DCCEC (or 0x7DCCEC) is known color: Sky Blue. HEX triplet: 7D, CC and EC. RGB value is (125,204,236). Sum of RGB (Red+Green+Blue) = 125+204+236=565 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.12% from 565); Green value is 204 (80.08% from 255 or 36.11% from 565); Blue value is 236 (92.58% from 255 or 41.77% from 565); Max value from RGB is 236 - color contains mainly: blue. Hex color #7DCCEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DCCEC is #823313. Grayscale: #B7B7B7. Windows color (decimal): -8532756 or 15518845. OLE color: 15518845.

HSL color Cylindrical-coordinate representation of color #7DCCEC: hue angle of 197.3º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DCCEC is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 125 204 236 -
CMYK 0.47 0.14 0 0.07
HSL 197.3º 0.74% 0.71% -
HSV(B) 197.3º 0.47% 0.93% -
XYZ 45.19 53.6 87.32 -
YUV 184.03 157.33 85.9 -
System Red Green Blue C M Y K H S L
Decimal 125 204 236 0.47 0.14 0 0.07 197.3 0.74 0.71
Hex 7D CC EC 2F E 0 7 C5 4A 47
Octal 175 314 354 57 16 0 7 305 112 107
Binary 1111101 11001100 11101100 101111 1110 0 111 11000101 1001010 1000111

Color Harmonies of #7DCCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCCEC

Black with #7DCCEC

Text Example


Text Example

White with #7DCCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,204,236); }

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

background-color css

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

 a { background-color: rgb(125,204,236); }

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

border-color css

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

 span { border-color: rgb(125,204,236); }

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