Html Css Color HEX #8CB8F9 Light Sky Blue

📋 copy color: '#8CB8F9'

red 140 ◦ green 184 ◦ blue 249

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

Shades of Light Sky Blue #8CB8F9

Tints of Light Sky Blue #8CB8F9

RGB

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

 GREEN value IS 184 (72.27% from 255) = 32.11%

 BLUE value IS 249 (97.66% from 255) = 43.46%

R = 24.43%
G = 32.11%
B = 43.46%

CMYK

 C value IS 0.44

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8CB8F9 (or 0x8CB8F9) is known color: Light Sky Blue. HEX triplet: 8C, B8 and F9. RGB value is (140,184,249). Sum of RGB (Red+Green+Blue) = 140+184+249=573 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.43% from 573); Green value is 184 (72.27% from 255 or 32.11% from 573); Blue value is 249 (97.66% from 255 or 43.46% from 573); Max value from RGB is 249 - color contains mainly: blue. Hex color #8CB8F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CB8F9 is #734706. Grayscale: #B1B1B1. Windows color (decimal): -7554823 or 16365708. OLE color: 16365708.

HSL color Cylindrical-coordinate representation of color #8CB8F9: hue angle of 215.78º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CB8F9 is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 140 184 249 -
CMYK 0.44 0.26 0 0.02
HSL 215.78º 0.9% 0.76% -
HSV(B) 215.78º 0.44% 0.98% -
XYZ 45.05 46.7 96.26 -
YUV 178.25 167.92 100.71 -
System Red Green Blue C M Y K H S L
Decimal 140 184 249 0.44 0.26 0 0.02 215.78 0.9 0.76
Hex 8C B8 F9 2C 1A 0 2 D8 5A 4C
Octal 214 270 371 54 32 0 2 330 132 114
Binary 10001100 10111000 11111001 101100 11010 0 10 11011000 1011010 1001100

Color Harmonies of #8CB8F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB8F9

Black with #8CB8F9

Text Example


Text Example

White with #8CB8F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,184,249); }

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

background-color css

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

 a { background-color: rgb(140,184,249); }

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

border-color css

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

 span { border-color: rgb(140,184,249); }

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