Html Css Color HEX #8BCCFF Light Sky Blue

📋 copy color: '#8BCCFF'

red 139 ◦ green 204 ◦ blue 255

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

Shades of Light Sky Blue #8BCCFF

Tints of Light Sky Blue #8BCCFF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.11%

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

R = 23.24%
G = 34.11%
B = 42.64%

CMYK

 C value IS 0.45

 M value IS 0.2

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8BCCFF (or 0x8BCCFF) is known color: Light Sky Blue. HEX triplet: 8B, CC and FF. RGB value is (139,204,255). Sum of RGB (Red+Green+Blue) = 139+204+255=598 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.24% from 598); Green value is 204 (80.08% from 255 or 34.11% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #8BCCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BCCFF is #743300. Grayscale: #BEBEBE. Windows color (decimal): -7615233 or 16764043. OLE color: 16764043.

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

Color convert

RGB 139 204 255 -
CMYK 0.45 0.2 0 0
HSL 206.38º 1% 0.77% -
HSV(B) 206.38º 0.45% 1% -
XYZ 50.29 55.89 102.75 -
YUV 190.38 164.47 91.35 -
System Red Green Blue C M Y K H S L
Decimal 139 204 255 0.45 0.2 0 0 206.38 1 0.77
Hex 8B CC FF 2D 14 0 0 CE 64 4D
Octal 213 314 377 55 24 0 0 316 144 115
Binary 10001011 11001100 11111111 101101 10100 0 0 11001110 1100100 1001101

Color Harmonies of #8BCCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BCCFF

Black with #8BCCFF

Text Example


Text Example

White with #8BCCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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