Html Css Color HEX #8CB6FF Light Sky Blue

📋 copy color: '#8CB6FF'

red 140 ◦ green 182 ◦ blue 255

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

Shades of Light Sky Blue #8CB6FF

Tints of Light Sky Blue #8CB6FF

RGB

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

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

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

R = 24.26%
G = 31.54%
B = 44.19%

CMYK

 C value IS 0.45

 M value IS 0.29

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8CB6FF (or 0x8CB6FF) is known color: Light Sky Blue. HEX triplet: 8C, B6 and FF. RGB value is (140,182,255). Sum of RGB (Red+Green+Blue) = 140+182+255=577 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.26% from 577); Green value is 182 (71.48% from 255 or 31.54% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #8CB6FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CB6FF is #734900. Grayscale: #B1B1B1. Windows color (decimal): -7555329 or 16758412. OLE color: 16758412.

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

Color convert

RGB 140 182 255 -
CMYK 0.45 0.29 0 0
HSL 218.09º 1% 0.77% -
HSV(B) 218.09º 0.45% 1% -
XYZ 45.59 46.25 101.13 -
YUV 177.76 171.59 101.06 -
System Red Green Blue C M Y K H S L
Decimal 140 182 255 0.45 0.29 0 0 218.09 1 0.77
Hex 8C B6 FF 2D 1D 0 0 DA 64 4D
Octal 214 266 377 55 35 0 0 332 144 115
Binary 10001100 10110110 11111111 101101 11101 0 0 11011010 1100100 1001101

Color Harmonies of #8CB6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB6FF

Black with #8CB6FF

Text Example


Text Example

White with #8CB6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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