Html Css Color HEX #8BDBED Sky Blue

📋 copy color: '#8BDBED'

red 139 ◦ green 219 ◦ blue 237

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

Shades of Sky Blue #8BDBED

Tints of Sky Blue #8BDBED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 39.83%

R = 23.36%
G = 36.81%
B = 39.83%

CMYK

 C value IS 0.41

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8BDBED (or 0x8BDBED) is known color: Sky Blue. HEX triplet: 8B, DB and ED. RGB value is (139,219,237). Sum of RGB (Red+Green+Blue) = 139+219+237=595 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.36% from 595); Green value is 219 (85.94% from 255 or 36.81% from 595); Blue value is 237 (92.97% from 255 or 39.83% from 595); Max value from RGB is 237 - color contains mainly: blue. Hex color #8BDBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BDBED is #742412. Grayscale: #C4C4C4. Windows color (decimal): -7611411 or 15588235. OLE color: 15588235.

HSL color Cylindrical-coordinate representation of color #8BDBED: hue angle of 191.02º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BDBED is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 139 219 237 -
CMYK 0.41 0.08 0 0.07
HSL 191.02º 0.73% 0.74% -
HSV(B) 191.02º 0.41% 0.93% -
XYZ 51.27 62.27 89.44 -
YUV 197.13 150.5 86.54 -
System Red Green Blue C M Y K H S L
Decimal 139 219 237 0.41 0.08 0 0.07 191.02 0.73 0.74
Hex 8B DB ED 29 8 0 7 BF 49 4A
Octal 213 333 355 51 10 0 7 277 111 112
Binary 10001011 11011011 11101101 101001 1000 0 111 10111111 1001001 1001010

Color Harmonies of #8BDBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BDBED

Black with #8BDBED

Text Example


Text Example

White with #8BDBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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