#0CADC2

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

Shades of Iris Blue #0CADC2

Tints of Iris Blue #0CADC2

Color information

#0CADC2 (or 0x0CADC2) is unknown color: approx Iris Blue. HEX triplet: 0C, AD and C2. RGB value is (12,173,194). Sum of RGB (Red+Green+Blue) = 12+173+194=379 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.17% from 379); Green value is 173 (67.97% from 255 or 45.65% from 379); Blue value is 194 (76.17% from 255 or 51.19% from 379); Max value from RGB is 194 - color contains mainly: blue. Hex color #0CADC2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CADC2 is #F3523D. Grayscale: #7F7F7F. Windows color (decimal): -15946302 or 12758284. OLE color: 12758284.

HSL color Cylindrical-coordinate representation of color #0CADC2: hue angle of 186.92º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CADC2 is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB12173194-
CMYK0.940.1100.24
HSL186.92º88.35%40.39%-
HSV(B)186.92º93.81%76.08%-
XYZ24.8333.8656.27-
YUV127.25165.6645.79-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.17%
GREEN value IS 173 (67.97% from 255) = 45.65%
BLUE value IS 194 (76.17% from 255) = 51.19%
R=3.17%
G=45.65%
B=51.19%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal121731940.940.1100.24186.9288.3540.39
HexCADC25EB018bb5828
Octal142553021361303027313050
Binary1100101011011100001010111101011011000101110111011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CADC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,173,194); }

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

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

 a { background-color: rgb(12,173,194); }

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

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

 span { border-color: rgb(12,173,194); }

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