Html Css Color HEX #7ECDFF Light Sky Blue

📋 copy color: '#7ECDFF'

red 126 ◦ green 205 ◦ blue 255

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

Shades of Light Sky Blue #7ECDFF

Tints of Light Sky Blue #7ECDFF

RGB

 RED value IS 126 (49.61% from 255) = 21.5%

 GREEN value IS 205 (80.47% from 255) = 34.98%

 BLUE value IS 255 (100% from 255) = 43.52%

R = 21.5%
G = 34.98%
B = 43.52%

CMYK

 C value IS 0.51

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7ECDFF (or 0x7ECDFF) is known color: Light Sky Blue. HEX triplet: 7E, CD and FF. RGB value is (126,205,255). Sum of RGB (Red+Green+Blue) = 126+205+255=586 (77% of max value = 765). Red value is 126 (49.61% from 255 or 21.50% from 586); Green value is 205 (80.47% from 255 or 34.98% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #7ECDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ECDFF is #813200. Grayscale: #BABABA. Windows color (decimal): -8466945 or 16764286. OLE color: 16764286.

HSL color Cylindrical-coordinate representation of color #7ECDFF: hue angle of 203.26º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7ECDFF is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 126 205 255 -
CMYK 0.51 0.20 0 0
HSL 203.26º 1% 0.75% -
HSV(B) 203.26º 0.51% 1% -
XYZ 48.49 55.32 102.73 -
YUV 187.08 166.33 84.43 -
System Red Green Blue C M Y K H S L
Decimal 126 205 255 0.51 0.20 0 0 203.26 1 0.75
Hex 7E CD FF 33 14 0 0 CB 64 4B
Octal 176 315 377 63 24 0 0 313 144 113
Binary 1111110 11001101 11111111 110011 10100 0 0 11001011 1100100 1001011

Color Harmonies of #7ECDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ECDFF

Black with #7ECDFF

Text Example


Text Example

White with #7ECDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,205,255); }

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

background-color css

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

 a { background-color: rgb(126,205,255); }

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

border-color css

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

 span { border-color: rgb(126,205,255); }

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