Html Css Color HEX #7FCFFE Light Sky Blue

📋 copy color: '#7FCFFE'

red 127 ◦ green 207 ◦ blue 254

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

Shades of Light Sky Blue #7FCFFE

Tints of Light Sky Blue #7FCFFE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.2%

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

R = 21.6%
G = 35.2%
B = 43.2%

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

#7FCFFE (or 0x7FCFFE) is known color: Light Sky Blue. HEX triplet: 7F, CF and FE. RGB value is (127,207,254). Sum of RGB (Red+Green+Blue) = 127+207+254=588 (77% of max value = 765). Red value is 127 (50% from 255 or 21.60% from 588); Green value is 207 (81.25% from 255 or 35.20% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #7FCFFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FCFFE is #803001. Grayscale: #BCBCBC. Windows color (decimal): -8400898 or 16699263. OLE color: 16699263.

HSL color Cylindrical-coordinate representation of color #7FCFFE: hue angle of 202.2º 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 #7FCFFE is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 127 207 254 -
CMYK 0.50 0.19 0 0.00
HSL 202.2º 0.98% 0.75% -
HSV(B) 202.2º 0.5% 1% -
XYZ 48.95 56.29 102.05 -
YUV 188.44 165 84.18 -
System Red Green Blue C M Y K H S L
Decimal 127 207 254 0.50 0.19 0 0.00 202.2 0.98 0.75
Hex 7F CF FE 32 13 0 0 CA 62 4B
Octal 177 317 376 62 23 0 0 312 142 113
Binary 1111111 11001111 11111110 110010 10011 0 0 11001010 1100010 1001011

Color Harmonies of #7FCFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCFFE

Black with #7FCFFE

Text Example


Text Example

White with #7FCFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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