#00CEFD

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

Shades of Deep Sky Blue #00CEFD

Tints of Deep Sky Blue #00CEFD

Color information

#00CEFD (or 0x00CEFD) is unknown color: approx Deep Sky Blue. HEX triplet: 00, CE and FD. RGB value is (0,206,253). Sum of RGB (Red+Green+Blue) = 0+206+253=459 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 459); Green value is 206 (80.86% from 255 or 44.88% from 459); Blue value is 253 (99.22% from 255 or 55.12% from 459); Max value from RGB is 253 - color contains mainly: blue. Hex color #00CEFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00CEFD is #FF3102. Grayscale: #959595. Windows color (decimal): -16724227 or 16633344. OLE color: 16633344.

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

Color convert

RGB0206253-
CMYK10.1900.01
HSL191.15º100%49.61%-
HSV(B)191.15º100%99.22%-
XYZ39.851.23100.72-
YUV149.76186.2521.18-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 206 (80.86% from 255) = 44.88%
BLUE value IS 253 (99.22% from 255) = 55.12%
R=0%
G=44.88%
B=55.12%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal020625310.1900.01191.1510049.61
Hex0CEFD641301bf6432
Octal0316375144230127714462
Binary0110011101111110111001001001101101111111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00CEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,206,253); }

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

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

 a { background-color: rgb(0,206,253); }

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

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

 span { border-color: rgb(0,206,253); }

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