#00CCFF

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

Shades of Deep Sky Blue #00CCFF

Tints of Deep Sky Blue #00CCFF

Color information

#00CCFF (or 0x00CCFF) is unknown color: approx Deep Sky Blue. HEX triplet: 00, CC and FF. RGB value is (0,204,255). Sum of RGB (Red+Green+Blue) = 0+204+255=459 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #00CCFF is a web safe color. Inversed color of #00CCFF is #FF3300. Grayscale: #949494. Windows color (decimal): -16724737 or 16763904. OLE color: 16763904.

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

Color convert

RGB0204255-
CMYK10.200
HSL192º100%50%-
HSV(B)192º100%100%-
XYZ39.6450.41102.25-
YUV148.82187.9121.85-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 204 (80.08% from 255) = 44.44%
BLUE value IS 255 (100% from 255) = 55.56%
R=0%
G=44.44%
B=55.56%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal020425510.20019210050
Hex0CCFF641400c06432
Octal0314377144240030014462
Binary0110011001111111111001001010000110000001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00CCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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