Html Css Color HEX #08DBFE Deep Sky Blue

📋 copy color: '#08DBFE'

red 8 ◦ green 219 ◦ blue 254

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

Shades of Deep Sky Blue #08DBFE

Tints of Deep Sky Blue #08DBFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.81%

R = 1.66%
G = 45.53%
B = 52.81%

CMYK

 C value IS 0.97

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#08DBFE (or 0x08DBFE) is known color: Deep Sky Blue. HEX triplet: 08, DB and FE. RGB value is (8,219,254). Sum of RGB (Red+Green+Blue) = 8+219+254=481 (63% of max value = 765). Red value is 8 (3.52% from 255 or 1.66% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #08DBFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08DBFE is #F72401. Grayscale: #9F9F9F. Windows color (decimal): -16196610 or 16702216. OLE color: 16702216.

HSL color Cylindrical-coordinate representation of color #08DBFE: hue angle of 188.54º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08DBFE is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 8 219 254 -
CMYK 0.97 0.14 0 0.00
HSL 188.54º 0.99% 0.51% -
HSV(B) 188.54º 0.97% 1% -
XYZ 43.32 57.87 102.65 -
YUV 159.9 181.1 19.65 -
System Red Green Blue C M Y K H S L
Decimal 8 219 254 0.97 0.14 0 0.00 188.54 0.99 0.51
Hex 8 DB FE 61 E 0 0 BD 63 33
Octal 10 333 376 141 16 0 0 275 143 63
Binary 1000 11011011 11111110 1100001 1110 0 0 10111101 1100011 110011

Color Harmonies of #08DBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08DBFE

Black with #08DBFE

Text Example


Text Example

White with #08DBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,219,254); }

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

background-color css

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

 a { background-color: rgb(8,219,254); }

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

border-color css

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

 span { border-color: rgb(8,219,254); }

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