#00D1FE

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

Shades of Deep Sky Blue #00D1FE

Tints of Deep Sky Blue #00D1FE

Color information

#00D1FE (or 0x00D1FE) is unknown color: approx Deep Sky Blue. HEX triplet: 00, D1 and FE. RGB value is (0,209,254). Sum of RGB (Red+Green+Blue) = 0+209+254=463 (61% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 463); Green value is 209 (82.03% from 255 or 45.14% from 463); Blue value is 254 (99.61% from 255 or 54.86% from 463); Max value from RGB is 254 - color contains mainly: blue. Hex color #00D1FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00D1FE is #FF2E01. Grayscale: #979797. Windows color (decimal): -16723458 or 16699648. OLE color: 16699648.

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

Color convert

RGB0209254-
CMYK10.1800.00
HSL190.63º100%49.8%-
HSV(B)190.63º100%99.61%-
XYZ40.6952.76101.8-
YUV151.64185.7619.84-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 209 (82.03% from 255) = 45.14%
BLUE value IS 254 (99.61% from 255) = 54.86%
R=0%
G=45.14%
B=54.86%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal020925410.1800.00190.6310049.8
Hex0D1FE641200bf6432
Octal0321376144220027714462
Binary0110100011111111011001001001000101111111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00D1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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