Html Css Color HEX #00DBFF Deep Sky Blue

📋 copy color: '#00DBFF'

red 0 ◦ green 219 ◦ blue 255

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

Shades of Deep Sky Blue #00DBFF

Tints of Deep Sky Blue #00DBFF

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 255 (100% from 255) = 53.8%

R = 0%
G = 46.2%
B = 53.8%

CMYK

 C value IS 1

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#00DBFF (or 0x00DBFF) is known color: Deep Sky Blue. HEX triplet: 00, DB and FF. RGB value is (0,219,255). Sum of RGB (Red+Green+Blue) = 0+219+255=474 (62% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 474); Green value is 219 (85.94% from 255 or 46.20% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #00DBFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00DBFF is #FF2400. Grayscale: #9D9D9D. Windows color (decimal): -16720897 or 16767744. OLE color: 16767744.

HSL color Cylindrical-coordinate representation of color #00DBFF: hue angle of 188.47º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DBFF is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 0 219 255 -
CMYK 1 0.14 0 0
HSL 188.47º 1% 0.5% -
HSV(B) 188.47º 1% 1% -
XYZ 43.38 57.88 103.49 -
YUV 157.62 182.95 15.57 -
System Red Green Blue C M Y K H S L
Decimal 0 219 255 1 0.14 0 0 188.47 1 0.5
Hex 0 DB FF 64 E 0 0 BC 64 32
Octal 0 333 377 144 16 0 0 274 144 62
Binary 0 11011011 11111111 1100100 1110 0 0 10111100 1100100 110010

Color Harmonies of #00DBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DBFF

Black with #00DBFF

Text Example


Text Example

White with #00DBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00DBFF; }

 p { color: rgb(0,219,255); }

 H1.HeaderClassName
 {
   color: #00DBFF;
 }
 .AnyTagClassName
 {
   color: #00DBFF;
 }
</style>

background-color css

<style>
 a { background-color: #00DBFF; }

 a { background-color: rgb(0,219,255); }

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

border-color css

<style>
 span { border-color: #00DBFF; }

 span { border-color: rgb(0,219,255); }

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