Html Css Color HEX #8BD0FF Light Sky Blue

📋 copy color: '#8BD0FF'

red 139 ◦ green 208 ◦ blue 255

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

Shades of Light Sky Blue #8BD0FF

Tints of Light Sky Blue #8BD0FF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 34.55%

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

R = 23.09%
G = 34.55%
B = 42.36%

CMYK

 C value IS 0.45

 M value IS 0.18

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8BD0FF (or 0x8BD0FF) is known color: Light Sky Blue. HEX triplet: 8B, D0 and FF. RGB value is (139,208,255). Sum of RGB (Red+Green+Blue) = 139+208+255=602 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.09% from 602); Green value is 208 (81.64% from 255 or 34.55% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #8BD0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BD0FF is #742F00. Grayscale: #C0C0C0. Windows color (decimal): -7614209 or 16765067. OLE color: 16765067.

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

Color convert

RGB 139 208 255 -
CMYK 0.45 0.18 0 0
HSL 204.31º 1% 0.77% -
HSV(B) 204.31º 0.45% 1% -
XYZ 51.25 57.82 103.07 -
YUV 192.73 163.14 89.68 -
System Red Green Blue C M Y K H S L
Decimal 139 208 255 0.45 0.18 0 0 204.31 1 0.77
Hex 8B D0 FF 2D 12 0 0 CC 64 4D
Octal 213 320 377 55 22 0 0 314 144 115
Binary 10001011 11010000 11111111 101101 10010 0 0 11001100 1100100 1001101

Color Harmonies of #8BD0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD0FF

Black with #8BD0FF

Text Example


Text Example

White with #8BD0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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