#00DDFA

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

Shades of Deep Sky Blue #00DDFA

Tints of Deep Sky Blue #00DDFA

Color information

#00DDFA (or 0x00DDFA) is unknown color: approx Deep Sky Blue. HEX triplet: 00, DD and FA. RGB value is (0,221,250). Sum of RGB (Red+Green+Blue) = 0+221+250=471 (62% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 471); Green value is 221 (86.72% from 255 or 46.92% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #00DDFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00DDFA is #FF2205. Grayscale: #9D9D9D. Windows color (decimal): -16720390 or 16440576. OLE color: 16440576.

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

Color convert

RGB0221250-
CMYK10.1200.02
HSL186.96º100%49.02%-
HSV(B)186.96º100%98.04%-
XYZ43.1158.6299.48-
YUV158.23179.7815.14-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 221 (86.72% from 255) = 46.92%
BLUE value IS 250 (98.05% from 255) = 53.08%
R=0%
G=46.92%
B=53.08%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal022125010.1200.02186.9610049.02
Hex0DDFA64C02bb6431
Octal0335372144140227314461
Binary0110111011111101011001001100010101110111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00DDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,221,250); }

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

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

 a { background-color: rgb(0,221,250); }

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

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

 span { border-color: rgb(0,221,250); }

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