Html Css Color HEX #8CC8FE Light Sky Blue

📋 copy color: '#8CC8FE'

red 140 ◦ green 200 ◦ blue 254

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

Shades of Light Sky Blue #8CC8FE

Tints of Light Sky Blue #8CC8FE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.67%

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

R = 23.57%
G = 33.67%
B = 42.76%

CMYK

 C value IS 0.45

 M value IS 0.21

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8CC8FE (or 0x8CC8FE) is known color: Light Sky Blue. HEX triplet: 8C, C8 and FE. RGB value is (140,200,254). Sum of RGB (Red+Green+Blue) = 140+200+254=594 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.57% from 594); Green value is 200 (78.52% from 255 or 33.67% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #8CC8FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CC8FE is #733701. Grayscale: #BBBBBB. Windows color (decimal): -7550722 or 16697484. OLE color: 16697484.

HSL color Cylindrical-coordinate representation of color #8CC8FE: hue angle of 208.42º 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 #8CC8FE is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 140 200 254 -
CMYK 0.45 0.21 0 0.00
HSL 208.42º 0.98% 0.77% -
HSV(B) 208.42º 0.45% 1% -
XYZ 49.36 54.04 101.6 -
YUV 188.22 165.12 93.61 -
System Red Green Blue C M Y K H S L
Decimal 140 200 254 0.45 0.21 0 0.00 208.42 0.98 0.77
Hex 8C C8 FE 2D 15 0 0 D0 62 4D
Octal 214 310 376 55 25 0 0 320 142 115
Binary 10001100 11001000 11111110 101101 10101 0 0 11010000 1100010 1001101

Color Harmonies of #8CC8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC8FE

Black with #8CC8FE

Text Example


Text Example

White with #8CC8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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