Html Css Color HEX #8CC6FE Light Sky Blue

📋 copy color: '#8CC6FE'

red 140 ◦ green 198 ◦ blue 254

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

Shades of Light Sky Blue #8CC6FE

Tints of Light Sky Blue #8CC6FE

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.45%

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

R = 23.65%
G = 33.45%
B = 42.91%

CMYK

 C value IS 0.45

 M value IS 0.22

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8CC6FE (or 0x8CC6FE) is known color: Light Sky Blue. HEX triplet: 8C, C6 and FE. RGB value is (140,198,254). Sum of RGB (Red+Green+Blue) = 140+198+254=592 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.65% from 592); Green value is 198 (77.73% from 255 or 33.45% from 592); Blue value is 254 (99.61% from 255 or 42.91% from 592); Max value from RGB is 254 - color contains mainly: blue. Hex color #8CC6FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CC6FE is #733901. Grayscale: #BABABA. Windows color (decimal): -7551234 or 16696972. OLE color: 16696972.

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

Color convert

RGB 140 198 254 -
CMYK 0.45 0.22 0 0.00
HSL 209.47º 0.98% 0.77% -
HSV(B) 209.47º 0.45% 1% -
XYZ 48.9 53.12 101.44 -
YUV 187.04 165.78 94.45 -
System Red Green Blue C M Y K H S L
Decimal 140 198 254 0.45 0.22 0 0.00 209.47 0.98 0.77
Hex 8C C6 FE 2D 16 0 0 D1 62 4D
Octal 214 306 376 55 26 0 0 321 142 115
Binary 10001100 11000110 11111110 101101 10110 0 0 11010001 1100010 1001101

Color Harmonies of #8CC6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC6FE

Black with #8CC6FE

Text Example


Text Example

White with #8CC6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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