Html Css Color HEX #8CB8FB Light Sky Blue

📋 copy color: '#8CB8FB'

red 140 ◦ green 184 ◦ blue 251

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

Shades of Light Sky Blue #8CB8FB

Tints of Light Sky Blue #8CB8FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 43.65%

R = 24.35%
G = 32%
B = 43.65%

CMYK

 C value IS 0.44

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8CB8FB (or 0x8CB8FB) is known color: Light Sky Blue. HEX triplet: 8C, B8 and FB. RGB value is (140,184,251). Sum of RGB (Red+Green+Blue) = 140+184+251=575 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.35% from 575); Green value is 184 (72.27% from 255 or 32% from 575); Blue value is 251 (98.44% from 255 or 43.65% from 575); Max value from RGB is 251 - color contains mainly: blue. Hex color #8CB8FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CB8FB is #734704. Grayscale: #B2B2B2. Windows color (decimal): -7554821 or 16496780. OLE color: 16496780.

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

Color convert

RGB 140 184 251 -
CMYK 0.44 0.27 0 0.02
HSL 216.22º 0.93% 0.77% -
HSV(B) 216.22º 0.44% 0.98% -
XYZ 45.37 46.82 97.91 -
YUV 178.48 168.92 100.55 -
System Red Green Blue C M Y K H S L
Decimal 140 184 251 0.44 0.27 0 0.02 216.22 0.93 0.77
Hex 8C B8 FB 2C 1B 0 2 D8 5D 4D
Octal 214 270 373 54 33 0 2 330 135 115
Binary 10001100 10111000 11111011 101100 11011 0 10 11011000 1011101 1001101

Color Harmonies of #8CB8FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB8FB

Black with #8CB8FB

Text Example


Text Example

White with #8CB8FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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