#00CDFF

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

Shades of Deep Sky Blue #00CDFF

Tints of Deep Sky Blue #00CDFF

Color information

#00CDFF (or 0x00CDFF) is unknown color: approx Deep Sky Blue. HEX triplet: 00, CD and FF. RGB value is (0,205,255). Sum of RGB (Red+Green+Blue) = 0+205+255=460 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 460); Green value is 205 (80.47% from 255 or 44.57% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #00CDFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00CDFF is #FF3200. Grayscale: #959595. Windows color (decimal): -16724481 or 16764160. OLE color: 16764160.

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

Color convert

RGB0205255-
CMYK10.2000
HSL191.76º100%50%-
HSV(B)191.76º100%100%-
XYZ39.8850.88102.33-
YUV149.4187.5821.43-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 205 (80.47% from 255) = 44.57%
BLUE value IS 255 (100% from 255) = 55.43%
R=0%
G=44.57%
B=55.43%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal020525510.2000191.7610050
Hex0CDFF641400c06432
Octal0315377144240030014462
Binary0110011011111111111001001010000110000001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00CDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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