Html Css Color HEX #00DBFE Deep Sky Blue

📋 copy color: '#00DBFE'

red 0 ◦ green 219 ◦ blue 254

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

Shades of Deep Sky Blue #00DBFE

Tints of Deep Sky Blue #00DBFE

RGB

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

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

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

R = 0%
G = 46.3%
B = 53.7%

CMYK

 C value IS 1

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#00DBFE (or 0x00DBFE) is known color: Deep Sky Blue. HEX triplet: 00, DB and FE. RGB value is (0,219,254). Sum of RGB (Red+Green+Blue) = 0+219+254=473 (62% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 254 (99.61% from 255 or 53.70% from 473); Max value from RGB is 254 - color contains mainly: blue. Hex color #00DBFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00DBFE is #FF2401. Grayscale: #9D9D9D. Windows color (decimal): -16720898 or 16702208. OLE color: 16702208.

HSL color Cylindrical-coordinate representation of color #00DBFE: hue angle of 188.27º 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 #00DBFE is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 0 219 254 -
CMYK 1 0.14 0 0.00
HSL 188.27º 1% 0.5% -
HSV(B) 188.27º 1% 1% -
XYZ 43.22 57.82 102.65 -
YUV 157.51 182.45 15.65 -
System Red Green Blue C M Y K H S L
Decimal 0 219 254 1 0.14 0 0.00 188.27 1 0.5
Hex 0 DB FE 64 E 0 0 BC 64 32
Octal 0 333 376 144 16 0 0 274 144 62
Binary 0 11011011 11111110 1100100 1110 0 0 10111100 1100100 110010

Color Harmonies of #00DBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DBFE

Black with #00DBFE

Text Example


Text Example

White with #00DBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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