Html Css Color HEX #8CC5FF Light Sky Blue

📋 copy color: '#8CC5FF'

red 140 ◦ green 197 ◦ blue 255

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

Shades of Light Sky Blue #8CC5FF

Tints of Light Sky Blue #8CC5FF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.28%

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

R = 23.65%
G = 33.28%
B = 43.07%

CMYK

 C value IS 0.45

 M value IS 0.23

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8CC5FF (or 0x8CC5FF) is known color: Light Sky Blue. HEX triplet: 8C, C5 and FF. RGB value is (140,197,255). Sum of RGB (Red+Green+Blue) = 140+197+255=592 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.65% from 592); Green value is 197 (77.34% from 255 or 33.28% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #8CC5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CC5FF is #733A00. Grayscale: #BABABA. Windows color (decimal): -7551489 or 16762252. OLE color: 16762252.

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

Color convert

RGB 140 197 255 -
CMYK 0.45 0.23 0 0
HSL 210.26º 1% 0.77% -
HSV(B) 210.26º 0.45% 1% -
XYZ 48.83 52.73 102.21 -
YUV 186.57 166.62 94.78 -
System Red Green Blue C M Y K H S L
Decimal 140 197 255 0.45 0.23 0 0 210.26 1 0.77
Hex 8C C5 FF 2D 17 0 0 D2 64 4D
Octal 214 305 377 55 27 0 0 322 144 115
Binary 10001100 11000101 11111111 101101 10111 0 0 11010010 1100100 1001101

Color Harmonies of #8CC5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC5FF

Black with #8CC5FF

Text Example


Text Example

White with #8CC5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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