Html Css Color HEX #8CCFFE Light Sky Blue

📋 copy color: '#8CCFFE'

red 140 ◦ green 207 ◦ blue 254

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

Shades of Light Sky Blue #8CCFFE

Tints of Light Sky Blue #8CCFFE

RGB

 RED value IS 140 (55.08% from 255) = 23.29%

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

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

R = 23.29%
G = 34.44%
B = 42.26%

CMYK

 C value IS 0.45

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8CCFFE (or 0x8CCFFE) is known color: Light Sky Blue. HEX triplet: 8C, CF and FE. RGB value is (140,207,254). Sum of RGB (Red+Green+Blue) = 140+207+254=601 (79% of max value = 765). Red value is 140 (55.08% from 255 or 23.29% from 601); Green value is 207 (81.25% from 255 or 34.44% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #8CCFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CCFFE is #733001. Grayscale: #C0C0C0. Windows color (decimal): -7548930 or 16699276. OLE color: 16699276.

HSL color Cylindrical-coordinate representation of color #8CCFFE: hue angle of 204.74º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CCFFE is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 140 207 254 -
CMYK 0.45 0.19 0 0.00
HSL 204.74º 0.98% 0.77% -
HSV(B) 204.74º 0.45% 1% -
XYZ 51.02 57.36 102.15 -
YUV 192.33 162.8 90.68 -
System Red Green Blue C M Y K H S L
Decimal 140 207 254 0.45 0.19 0 0.00 204.74 0.98 0.77
Hex 8C CF FE 2D 13 0 0 CD 62 4D
Octal 214 317 376 55 23 0 0 315 142 115
Binary 10001100 11001111 11111110 101101 10011 0 0 11001101 1100010 1001101

Color Harmonies of #8CCFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCFFE

Black with #8CCFFE

Text Example


Text Example

White with #8CCFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8CCFFE; }

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

 H1.HeaderClassName
 {
   color: #8CCFFE;
 }
 .AnyTagClassName
 {
   color: #8CCFFE;
 }
</style>

background-color css

<style>
 a { background-color: #8CCFFE; }

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

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

border-color css

<style>
 span { border-color: #8CCFFE; }

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

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