Html Css Color HEX #8CB6FE Light Sky Blue

📋 copy color: '#8CB6FE'

red 140 ◦ green 182 ◦ blue 254

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

Shades of Light Sky Blue #8CB6FE

Tints of Light Sky Blue #8CB6FE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.6%

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

R = 24.31%
G = 31.6%
B = 44.1%

CMYK

 C value IS 0.45

 M value IS 0.28

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8CB6FE (or 0x8CB6FE) is known color: Light Sky Blue. HEX triplet: 8C, B6 and FE. RGB value is (140,182,254). Sum of RGB (Red+Green+Blue) = 140+182+254=576 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.31% from 576); Green value is 182 (71.48% from 255 or 31.60% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #8CB6FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CB6FE is #734901. Grayscale: #B1B1B1. Windows color (decimal): -7555330 or 16692876. OLE color: 16692876.

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

Color convert

RGB 140 182 254 -
CMYK 0.45 0.28 0 0.00
HSL 217.89º 0.98% 0.77% -
HSV(B) 217.89º 0.45% 1% -
XYZ 45.43 46.19 100.29 -
YUV 177.65 171.09 101.15 -
System Red Green Blue C M Y K H S L
Decimal 140 182 254 0.45 0.28 0 0.00 217.89 0.98 0.77
Hex 8C B6 FE 2D 1C 0 0 DA 62 4D
Octal 214 266 376 55 34 0 0 332 142 115
Binary 10001100 10110110 11111110 101101 11100 0 0 11011010 1100010 1001101

Color Harmonies of #8CB6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB6FE

Black with #8CB6FE

Text Example


Text Example

White with #8CB6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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