Html Css Color HEX #08BCEB Deep Sky Blue

📋 copy color: '#08BCEB'

red 8 ◦ green 188 ◦ blue 235

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

Shades of Deep Sky Blue #08BCEB

Tints of Deep Sky Blue #08BCEB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.62%

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

R = 1.86%
G = 43.62%
B = 54.52%

CMYK

 C value IS 0.97

 M value IS 0.2

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#08BCEB (or 0x08BCEB) is known color: Deep Sky Blue. HEX triplet: 08, BC and EB. RGB value is (8,188,235). Sum of RGB (Red+Green+Blue) = 8+188+235=431 (57% of max value = 765). Red value is 8 (3.52% from 255 or 1.86% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 235 (92.19% from 255 or 54.52% from 431); Max value from RGB is 235 - color contains mainly: blue. Hex color #08BCEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08BCEB is #F74314. Grayscale: #8B8B8B. Windows color (decimal): -16204565 or 15449096. OLE color: 15449096.

HSL color Cylindrical-coordinate representation of color #08BCEB: hue angle of 192.42º 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 #08BCEB is Cyan = 0.97, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 8 188 235 -
CMYK 0.97 0.2 0 0.08
HSL 192.42º 0.93% 0.48% -
HSV(B) 192.42º 0.97% 0.92% -
XYZ 33.08 42.02 84.96 -
YUV 139.54 181.87 34.18 -
System Red Green Blue C M Y K H S L
Decimal 8 188 235 0.97 0.2 0 0.08 192.42 0.93 0.48
Hex 8 BC EB 61 14 0 8 C0 5D 30
Octal 10 274 353 141 24 0 10 300 135 60
Binary 1000 10111100 11101011 1100001 10100 0 1000 11000000 1011101 110000

Color Harmonies of #08BCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BCEB

Black with #08BCEB

Text Example


Text Example

White with #08BCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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