Html Css Color HEX #8CC9FF Light Sky Blue

📋 copy color: '#8CC9FF'

red 140 ◦ green 201 ◦ blue 255

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

Shades of Light Sky Blue #8CC9FF

Tints of Light Sky Blue #8CC9FF

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.72%

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

R = 23.49%
G = 33.72%
B = 42.79%

CMYK

 C value IS 0.45

 M value IS 0.21

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8CC9FF (or 0x8CC9FF) is known color: Light Sky Blue. HEX triplet: 8C, C9 and FF. RGB value is (140,201,255). Sum of RGB (Red+Green+Blue) = 140+201+255=596 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.49% from 596); Green value is 201 (78.91% from 255 or 33.72% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #8CC9FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CC9FF is #733600. Grayscale: #BCBCBC. Windows color (decimal): -7550465 or 16763276. OLE color: 16763276.

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

Color convert

RGB 140 201 255 -
CMYK 0.45 0.21 0 0
HSL 208.17º 1% 0.77% -
HSV(B) 208.17º 0.45% 1% -
XYZ 49.75 54.57 102.52 -
YUV 188.92 165.29 93.11 -
System Red Green Blue C M Y K H S L
Decimal 140 201 255 0.45 0.21 0 0 208.17 1 0.77
Hex 8C C9 FF 2D 15 0 0 D0 64 4D
Octal 214 311 377 55 25 0 0 320 144 115
Binary 10001100 11001001 11111111 101101 10101 0 0 11010000 1100100 1001101

Color Harmonies of #8CC9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC9FF

Black with #8CC9FF

Text Example


Text Example

White with #8CC9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,201,255); }

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

background-color css

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

 a { background-color: rgb(140,201,255); }

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

border-color css

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

 span { border-color: rgb(140,201,255); }

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