Html Css Color HEX #7FE0FF Light Sky Blue

📋 copy color: '#7FE0FF'

red 127 ◦ green 224 ◦ blue 255

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

Shades of Light Sky Blue #7FE0FF

Tints of Light Sky Blue #7FE0FF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.96%

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

R = 20.96%
G = 36.96%
B = 42.08%

CMYK

 C value IS 0.50

 M value IS 0.12

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7FE0FF (or 0x7FE0FF) is known color: Light Sky Blue. HEX triplet: 7F, E0 and FF. RGB value is (127,224,255). Sum of RGB (Red+Green+Blue) = 127+224+255=606 (80% of max value = 765). Red value is 127 (50% from 255 or 20.96% from 606); Green value is 224 (87.89% from 255 or 36.96% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #7FE0FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FE0FF is #801F00. Grayscale: #C6C6C6. Windows color (decimal): -8396545 or 16769151. OLE color: 16769151.

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

Color convert

RGB 127 224 255 -
CMYK 0.50 0.12 0 0
HSL 194.53º 1% 0.75% -
HSV(B) 194.53º 0.5% 1% -
XYZ 53.46 65.04 104.34 -
YUV 198.53 159.86 76.98 -
System Red Green Blue C M Y K H S L
Decimal 127 224 255 0.50 0.12 0 0 194.53 1 0.75
Hex 7F E0 FF 32 C 0 0 C3 64 4B
Octal 177 340 377 62 14 0 0 303 144 113
Binary 1111111 11100000 11111111 110010 1100 0 0 11000011 1100100 1001011

Color Harmonies of #7FE0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FE0FF

Black with #7FE0FF

Text Example


Text Example

White with #7FE0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,224,255); }

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

background-color css

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

 a { background-color: rgb(127,224,255); }

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

border-color css

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

 span { border-color: rgb(127,224,255); }

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