Html Css Color HEX #0CACC0 Iris Blue

📋 copy color: '#0CACC0'

red 12 ◦ green 172 ◦ blue 192

#0CACC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Iris Blue #0CACC0

Tints of Iris Blue #0CACC0

RGB

 RED value IS 12 (5.08% from 255) = 3.19%

 GREEN value IS 172 (67.58% from 255) = 45.74%

 BLUE value IS 192 (75.39% from 255) = 51.06%

R = 3.19%
G = 45.74%
B = 51.06%

CMYK

 C value IS 0.94

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0CACC0 (or 0x0CACC0) is known color: Iris Blue. HEX triplet: 0C, AC and C0. RGB value is (12,172,192). Sum of RGB (Red+Green+Blue) = 12+172+192=376 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.19% from 376); Green value is 172 (67.58% from 255 or 45.74% from 376); Blue value is 192 (75.39% from 255 or 51.06% from 376); Max value from RGB is 192 - color contains mainly: blue. Hex color #0CACC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CACC0 is #F3533F. Grayscale: #7E7E7E. Windows color (decimal): -15946560 or 12626956. OLE color: 12626956.

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

Color convert

RGB 12 172 192 -
CMYK 0.94 0.10 0 0.25
HSL 186.67º 0.88% 0.4% -
HSV(B) 186.67º 0.94% 0.75% -
XYZ 24.42 33.39 55.03 -
YUV 126.44 164.99 46.37 -
System Red Green Blue C M Y K H S L
Decimal 12 172 192 0.94 0.10 0 0.25 186.67 0.88 0.4
Hex C AC C0 5E A 0 19 BB 58 28
Octal 14 254 300 136 12 0 31 273 130 50
Binary 1100 10101100 11000000 1011110 1010 0 11001 10111011 1011000 101000

Color Harmonies of #0CACC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CACC0

Black with #0CACC0

Text Example


Text Example

White with #0CACC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,172,192); }

 H1.HeaderClassName
 {
   color: #0CACC0;
 }
 .AnyTagClassName
 {
   color: #0CACC0;
 }
</style>

background-color css

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

 a { background-color: rgb(12,172,192); }

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

border-color css

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

 span { border-color: rgb(12,172,192); }

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