#00DEFF

Color #00DEFF Deep Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sky Blue #00DEFF

Tints of Deep Sky Blue #00DEFF

Color information

#00DEFF (or 0x00DEFF) is unknown color: approx Deep Sky Blue. HEX triplet: 00, DE and FF. RGB value is (0,222,255). Sum of RGB (Red+Green+Blue) = 0+222+255=477 (63% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 477); Green value is 222 (87.11% from 255 or 46.54% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #00DEFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00DEFF is #FF2100. Grayscale: #9F9F9F. Windows color (decimal): -16720129 or 16768512. OLE color: 16768512.

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

Color convert

RGB0222255-
CMYK10.1300
HSL187.76º100%50%-
HSV(B)187.76º100%100%-
XYZ44.1759.46103.76-
YUV159.38181.9514.32-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 222 (87.11% from 255) = 46.54%
BLUE value IS 255 (100% from 255) = 53.46%
R=0%
G=46.54%
B=53.46%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal022225510.1300187.7610050
Hex0DEFF64D00bc6432
Octal0336377144150027414462
Binary011011110111111111100100110100101111001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00DEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #00DEFF;
 }
 .AnyTagClassName
 {
   color: #00DEFF;
 }
</style>
background-color css

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

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

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

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

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

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