Html Css Color HEX #8BBCFE Light Sky Blue

📋 copy color: '#8BBCFE'

red 139 ◦ green 188 ◦ blue 254

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

Shades of Light Sky Blue #8BBCFE

Tints of Light Sky Blue #8BBCFE

RGB

 RED value IS 139 (54.69% from 255) = 23.92%

 GREEN value IS 188 (73.83% from 255) = 32.36%

 BLUE value IS 254 (99.61% from 255) = 43.72%

R = 23.92%
G = 32.36%
B = 43.72%

CMYK

 C value IS 0.45

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8BBCFE (or 0x8BBCFE) is known color: Light Sky Blue. HEX triplet: 8B, BC and FE. RGB value is (139,188,254). Sum of RGB (Red+Green+Blue) = 139+188+254=581 (76% of max value = 765). Red value is 139 (54.69% from 255 or 23.92% from 581); Green value is 188 (73.83% from 255 or 32.36% from 581); Blue value is 254 (99.61% from 255 or 43.72% from 581); Max value from RGB is 254 - color contains mainly: blue. Hex color #8BBCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BBCFE is #744301. Grayscale: #B4B4B4. Windows color (decimal): -7619330 or 16694411. OLE color: 16694411.

HSL color Cylindrical-coordinate representation of color #8BBCFE: hue angle of 214.43º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BBCFE is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 139 188 254 -
CMYK 0.45 0.26 0 0.00
HSL 214.43º 0.98% 0.77% -
HSV(B) 214.43º 0.45% 1% -
XYZ 46.52 48.61 100.7 -
YUV 180.87 169.27 98.13 -
System Red Green Blue C M Y K H S L
Decimal 139 188 254 0.45 0.26 0 0.00 214.43 0.98 0.77
Hex 8B BC FE 2D 1A 0 0 D6 62 4D
Octal 213 274 376 55 32 0 0 326 142 115
Binary 10001011 10111100 11111110 101101 11010 0 0 11010110 1100010 1001101

Color Harmonies of #8BBCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BBCFE

Black with #8BBCFE

Text Example


Text Example

White with #8BBCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,188,254); }

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

background-color css

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

 a { background-color: rgb(139,188,254); }

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

border-color css

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

 span { border-color: rgb(139,188,254); }

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