Html Css Color HEX #7FCEFE Light Sky Blue

📋 copy color: '#7FCEFE'

red 127 ◦ green 206 ◦ blue 254

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

Shades of Light Sky Blue #7FCEFE

Tints of Light Sky Blue #7FCEFE

RGB

 RED value IS 127 (50% from 255) = 21.64%

 GREEN value IS 206 (80.86% from 255) = 35.09%

 BLUE value IS 254 (99.61% from 255) = 43.27%

R = 21.64%
G = 35.09%
B = 43.27%

CMYK

 C value IS 0.50

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7FCEFE (or 0x7FCEFE) is known color: Light Sky Blue. HEX triplet: 7F, CE and FE. RGB value is (127,206,254). Sum of RGB (Red+Green+Blue) = 127+206+254=587 (77% of max value = 765). Red value is 127 (50% from 255 or 21.64% from 587); Green value is 206 (80.86% from 255 or 35.09% from 587); Blue value is 254 (99.61% from 255 or 43.27% from 587); Max value from RGB is 254 - color contains mainly: blue. Hex color #7FCEFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FCEFE is #803101. Grayscale: #BBBBBB. Windows color (decimal): -8401154 or 16699007. OLE color: 16699007.

HSL color Cylindrical-coordinate representation of color #7FCEFE: hue angle of 202.68º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FCEFE is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 127 206 254 -
CMYK 0.50 0.19 0 0.00
HSL 202.68º 0.98% 0.75% -
HSV(B) 202.68º 0.5% 1% -
XYZ 48.71 55.81 101.97 -
YUV 187.85 165.33 84.6 -
System Red Green Blue C M Y K H S L
Decimal 127 206 254 0.50 0.19 0 0.00 202.68 0.98 0.75
Hex 7F CE FE 32 13 0 0 CB 62 4B
Octal 177 316 376 62 23 0 0 313 142 113
Binary 1111111 11001110 11111110 110010 10011 0 0 11001011 1100010 1001011

Color Harmonies of #7FCEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCEFE

Black with #7FCEFE

Text Example


Text Example

White with #7FCEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,206,254); }

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

background-color css

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

 a { background-color: rgb(127,206,254); }

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

border-color css

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

 span { border-color: rgb(127,206,254); }

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