Html Css Color HEX #8CBAFF Light Sky Blue

📋 copy color: '#8CBAFF'

red 140 ◦ green 186 ◦ blue 255

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

Shades of Light Sky Blue #8CBAFF

Tints of Light Sky Blue #8CBAFF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.01%

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

R = 24.1%
G = 32.01%
B = 43.89%

CMYK

 C value IS 0.45

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8CBAFF (or 0x8CBAFF) is known color: Light Sky Blue. HEX triplet: 8C, BA and FF. RGB value is (140,186,255). Sum of RGB (Red+Green+Blue) = 140+186+255=581 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.10% from 581); Green value is 186 (73.05% from 255 or 32.01% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #8CBAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CBAFF is #734500. Grayscale: #B3B3B3. Windows color (decimal): -7554305 or 16759436. OLE color: 16759436.

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

Color convert

RGB 140 186 255 -
CMYK 0.45 0.27 0 0
HSL 216º 1% 0.77% -
HSV(B) 216º 0.45% 1% -
XYZ 46.42 47.91 101.41 -
YUV 180.11 170.26 99.39 -
System Red Green Blue C M Y K H S L
Decimal 140 186 255 0.45 0.27 0 0 216 1 0.77
Hex 8C BA FF 2D 1B 0 0 D8 64 4D
Octal 214 272 377 55 33 0 0 330 144 115
Binary 10001100 10111010 11111111 101101 11011 0 0 11011000 1100100 1001101

Color Harmonies of #8CBAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBAFF

Black with #8CBAFF

Text Example


Text Example

White with #8CBAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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