Html Css Color HEX #0CADC0 Iris Blue

📋 copy color: '#0CADC0'

red 12 ◦ green 173 ◦ blue 192

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

Shades of Iris Blue #0CADC0

Tints of Iris Blue #0CADC0

RGB

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

 GREEN value IS 173 (67.97% from 255) = 45.89%

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

R = 3.18%
G = 45.89%
B = 50.93%

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

#0CADC0 (or 0x0CADC0) is known color: Iris Blue. HEX triplet: 0C, AD and C0. RGB value is (12,173,192). Sum of RGB (Red+Green+Blue) = 12+173+192=377 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.18% from 377); Green value is 173 (67.97% from 255 or 45.89% from 377); Blue value is 192 (75.39% from 255 or 50.93% from 377); Max value from RGB is 192 - color contains mainly: blue. Hex color #0CADC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CADC0 is #F3523F. Grayscale: #7E7E7E. Windows color (decimal): -15946304 or 12627212. OLE color: 12627212.

HSL color Cylindrical-coordinate representation of color #0CADC0: hue angle of 186.33º 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 #0CADC0 is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 12 173 192 -
CMYK 0.94 0.10 0 0.25
HSL 186.33º 0.88% 0.4% -
HSV(B) 186.33º 0.94% 0.75% -
XYZ 24.61 33.77 55.09 -
YUV 127.03 164.66 45.96 -
System Red Green Blue C M Y K H S L
Decimal 12 173 192 0.94 0.10 0 0.25 186.33 0.88 0.4
Hex C AD C0 5E A 0 19 BA 58 28
Octal 14 255 300 136 12 0 31 272 130 50
Binary 1100 10101101 11000000 1011110 1010 0 11001 10111010 1011000 101000

Color Harmonies of #0CADC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CADC0

Black with #0CADC0

Text Example


Text Example

White with #0CADC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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