Html Css Color HEX #8BCEFF Light Sky Blue

📋 copy color: '#8BCEFF'

red 139 ◦ green 206 ◦ blue 255

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

Shades of Light Sky Blue #8BCEFF

Tints of Light Sky Blue #8BCEFF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.33%

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

R = 23.17%
G = 34.33%
B = 42.5%

CMYK

 C value IS 0.45

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8BCEFF (or 0x8BCEFF) is known color: Light Sky Blue. HEX triplet: 8B, CE and FF. RGB value is (139,206,255). Sum of RGB (Red+Green+Blue) = 139+206+255=600 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.17% from 600); Green value is 206 (80.86% from 255 or 34.33% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #8BCEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BCEFF is #743100. Grayscale: #BFBFBF. Windows color (decimal): -7614721 or 16764555. OLE color: 16764555.

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

Color convert

RGB 139 206 255 -
CMYK 0.45 0.19 0 0
HSL 205.34º 1% 0.77% -
HSV(B) 205.34º 0.45% 1% -
XYZ 50.77 56.85 102.91 -
YUV 191.55 163.8 90.52 -
System Red Green Blue C M Y K H S L
Decimal 139 206 255 0.45 0.19 0 0 205.34 1 0.77
Hex 8B CE FF 2D 13 0 0 CD 64 4D
Octal 213 316 377 55 23 0 0 315 144 115
Binary 10001011 11001110 11111111 101101 10011 0 0 11001101 1100100 1001101

Color Harmonies of #8BCEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BCEFF

Black with #8BCEFF

Text Example


Text Example

White with #8BCEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,206,255); }

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

background-color css

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

 a { background-color: rgb(139,206,255); }

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

border-color css

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

 span { border-color: rgb(139,206,255); }

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