#0CCCF1

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

Shades of Deep Sky Blue #0CCCF1

Tints of Deep Sky Blue #0CCCF1

Color information

#0CCCF1 (or 0x0CCCF1) is unknown color: approx Deep Sky Blue. HEX triplet: 0C, CC and F1. RGB value is (12,204,241). Sum of RGB (Red+Green+Blue) = 12+204+241=457 (60% of max value = 765). Red value is 12 (5.08% from 255 or 2.63% from 457); Green value is 204 (80.08% from 255 or 44.64% from 457); Blue value is 241 (94.53% from 255 or 52.74% from 457); Max value from RGB is 241 - color contains mainly: blue. Hex color #0CCCF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CCCF1 is #F3330E. Grayscale: #969696. Windows color (decimal): -15938319 or 15846412. OLE color: 15846412.

HSL color Cylindrical-coordinate representation of color #0CCCF1: hue angle of 189.69º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CCCF1 is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB12204241-
CMYK0.950.1500.05
HSL189.69º90.51%49.61%-
HSV(B)189.69º95.02%94.51%-
XYZ37.6249.6190.81-
YUV150.81178.8928.99-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 2.63%
GREEN value IS 204 (80.08% from 255) = 44.64%
BLUE value IS 241 (94.53% from 255) = 52.74%
R=2.63%
G=44.64%
B=52.74%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal122042410.950.1500.05189.6990.5149.61
HexCCCF15FF05be5b32
Octal14314361137170527613362
Binary11001100110011110001101111111110101101111101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CCCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0CCCF1; }

 p { color: rgb(12,204,241); }

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

<style>
 a { background-color: #0CCCF1; }

 a { background-color: rgb(12,204,241); }

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

<style>
 span { border-color: #0CCCF1; }

 span { border-color: rgb(12,204,241); }

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