Html Css Color HEX #8CBBF1 Light Sky Blue

📋 copy color: '#8CBBF1'

red 140 ◦ green 187 ◦ blue 241

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

Shades of Light Sky Blue #8CBBF1

Tints of Light Sky Blue #8CBBF1

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.92%

 BLUE value IS 241 (94.53% from 255) = 42.43%

R = 24.65%
G = 32.92%
B = 42.43%

CMYK

 C value IS 0.42

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8CBBF1 (or 0x8CBBF1) is known color: Light Sky Blue. HEX triplet: 8C, BB and F1. RGB value is (140,187,241). Sum of RGB (Red+Green+Blue) = 140+187+241=568 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.65% from 568); Green value is 187 (73.44% from 255 or 32.92% from 568); Blue value is 241 (94.53% from 255 or 42.43% from 568); Max value from RGB is 241 - color contains mainly: blue. Hex color #8CBBF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CBBF1 is #73440E. Grayscale: #B2B2B2. Windows color (decimal): -7554063 or 15842188. OLE color: 15842188.

HSL color Cylindrical-coordinate representation of color #8CBBF1: hue angle of 212.08º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CBBF1 is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 140 187 241 -
CMYK 0.42 0.22 0 0.05
HSL 212.08º 0.78% 0.75% -
HSV(B) 212.08º 0.42% 0.95% -
XYZ 44.46 47.47 90.04 -
YUV 179.1 162.93 100.11 -
System Red Green Blue C M Y K H S L
Decimal 140 187 241 0.42 0.22 0 0.05 212.08 0.78 0.75
Hex 8C BB F1 2A 16 0 5 D4 4E 4B
Octal 214 273 361 52 26 0 5 324 116 113
Binary 10001100 10111011 11110001 101010 10110 0 101 11010100 1001110 1001011

Color Harmonies of #8CBBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBBF1

Black with #8CBBF1

Text Example


Text Example

White with #8CBBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,187,241); }

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

background-color css

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

 a { background-color: rgb(140,187,241); }

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

border-color css

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

 span { border-color: rgb(140,187,241); }

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