#0CCAF1

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

Shades of Deep Sky Blue #0CCAF1

Tints of Deep Sky Blue #0CCAF1

Color information

#0CCAF1 (or 0x0CCAF1) is unknown color: approx Deep Sky Blue. HEX triplet: 0C, CA and F1. RGB value is (12,202,241). Sum of RGB (Red+Green+Blue) = 12+202+241=455 (60% of max value = 765). Red value is 12 (5.08% from 255 or 2.64% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 241 (94.53% from 255 or 52.97% from 455); Max value from RGB is 241 - color contains mainly: blue. Hex color #0CCAF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CCAF1 is #F3350E. Grayscale: #959595. Windows color (decimal): -15938831 or 15845900. OLE color: 15845900.

HSL color Cylindrical-coordinate representation of color #0CCAF1: hue angle of 190.22º 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 #0CCAF1 is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB12202241-
CMYK0.950.1600.05
HSL190.22º90.51%49.61%-
HSV(B)190.22º95.02%94.51%-
XYZ37.1548.6790.66-
YUV149.64179.5529.83-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 2.64%
GREEN value IS 202 (79.30% from 255) = 44.40%
BLUE value IS 241 (94.53% from 255) = 52.97%
R=2.64%
G=44.40%
B=52.97%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal122022410.950.1600.05190.2290.5149.61
HexCCAF15F1005be5b32
Octal14312361137200527613362
Binary110011001010111100011011111100000101101111101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CCAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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