Html Css Color HEX #08BBEB Deep Sky Blue

📋 copy color: '#08BBEB'

red 8 ◦ green 187 ◦ blue 235

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

Shades of Deep Sky Blue #08BBEB

Tints of Deep Sky Blue #08BBEB

RGB

 RED value IS 8 (3.52% from 255) = 1.86%

 GREEN value IS 187 (73.44% from 255) = 43.49%

 BLUE value IS 235 (92.19% from 255) = 54.65%

R = 1.86%
G = 43.49%
B = 54.65%

CMYK

 C value IS 0.97

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#08BBEB (or 0x08BBEB) is known color: Deep Sky Blue. HEX triplet: 08, BB and EB. RGB value is (8,187,235). Sum of RGB (Red+Green+Blue) = 8+187+235=430 (56% of max value = 765). Red value is 8 (3.52% from 255 or 1.86% from 430); Green value is 187 (73.44% from 255 or 43.49% from 430); Blue value is 235 (92.19% from 255 or 54.65% from 430); Max value from RGB is 235 - color contains mainly: blue. Hex color #08BBEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08BBEB is #F74414. Grayscale: #8A8A8A. Windows color (decimal): -16204821 or 15448840. OLE color: 15448840.

HSL color Cylindrical-coordinate representation of color #08BBEB: hue angle of 192.69º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08BBEB is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 8 187 235 -
CMYK 0.97 0.20 0 0.08
HSL 192.69º 0.93% 0.48% -
HSV(B) 192.69º 0.97% 0.92% -
XYZ 32.87 41.59 84.89 -
YUV 138.95 182.2 34.6 -
System Red Green Blue C M Y K H S L
Decimal 8 187 235 0.97 0.20 0 0.08 192.69 0.93 0.48
Hex 8 BB EB 61 14 0 8 C1 5D 30
Octal 10 273 353 141 24 0 10 301 135 60
Binary 1000 10111011 11101011 1100001 10100 0 1000 11000001 1011101 110000

Color Harmonies of #08BBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BBEB

Black with #08BBEB

Text Example


Text Example

White with #08BBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08BBEB; }

 p { color: rgb(8,187,235); }

 H1.HeaderClassName
 {
   color: #08BBEB;
 }
 .AnyTagClassName
 {
   color: #08BBEB;
 }
</style>

background-color css

<style>
 a { background-color: #08BBEB; }

 a { background-color: rgb(8,187,235); }

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

border-color css

<style>
 span { border-color: #08BBEB; }

 span { border-color: rgb(8,187,235); }

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