Html Css Color HEX #8BDBEF Sky Blue

📋 copy color: '#8BDBEF'

red 139 ◦ green 219 ◦ blue 239

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

Shades of Sky Blue #8BDBEF

Tints of Sky Blue #8BDBEF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.68%

 BLUE value IS 239 (93.75% from 255) = 40.03%

R = 23.28%
G = 36.68%
B = 40.03%

CMYK

 C value IS 0.42

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8BDBEF (or 0x8BDBEF) is known color: Sky Blue. HEX triplet: 8B, DB and EF. RGB value is (139,219,239). Sum of RGB (Red+Green+Blue) = 139+219+239=597 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.28% from 597); Green value is 219 (85.94% from 255 or 36.68% from 597); Blue value is 239 (93.75% from 255 or 40.03% from 597); Max value from RGB is 239 - color contains mainly: blue. Hex color #8BDBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BDBEF is #742410. Grayscale: #C5C5C5. Windows color (decimal): -7611409 or 15719307. OLE color: 15719307.

HSL color Cylindrical-coordinate representation of color #8BDBEF: hue angle of 192º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BDBEF is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 139 219 239 -
CMYK 0.42 0.08 0 0.06
HSL 192º 0.76% 0.74% -
HSV(B) 192º 0.42% 0.94% -
XYZ 51.56 62.38 90.99 -
YUV 197.36 151.5 86.37 -
System Red Green Blue C M Y K H S L
Decimal 139 219 239 0.42 0.08 0 0.06 192 0.76 0.74
Hex 8B DB EF 2A 8 0 6 C0 4C 4A
Octal 213 333 357 52 10 0 6 300 114 112
Binary 10001011 11011011 11101111 101010 1000 0 110 11000000 1001100 1001010

Color Harmonies of #8BDBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BDBEF

Black with #8BDBEF

Text Example


Text Example

White with #8BDBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,219,239); }

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

background-color css

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

 a { background-color: rgb(139,219,239); }

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

border-color css

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

 span { border-color: rgb(139,219,239); }

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