Html Css Color HEX #0CC0C9 Iris Blue

📋 copy color: '#0CC0C9'

red 12 ◦ green 192 ◦ blue 201

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

Shades of Iris Blue #0CC0C9

Tints of Iris Blue #0CC0C9

RGB

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

 GREEN value IS 192 (75.39% from 255) = 47.41%

 BLUE value IS 201 (78.91% from 255) = 49.63%

R = 2.96%
G = 47.41%
B = 49.63%

CMYK

 C value IS 0.94

 M value IS 0.04

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0CC0C9 (or 0x0CC0C9) is known color: Iris Blue. HEX triplet: 0C, C0 and C9. RGB value is (12,192,201). Sum of RGB (Red+Green+Blue) = 12+192+201=405 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.96% from 405); Green value is 192 (75.39% from 255 or 47.41% from 405); Blue value is 201 (78.91% from 255 or 49.63% from 405); Max value from RGB is 201 - color contains mainly: blue. Hex color #0CC0C9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CC0C9 is #F33F36. Grayscale: #8A8A8A. Windows color (decimal): -15941431 or 13221900. OLE color: 13221900.

HSL color Cylindrical-coordinate representation of color #0CC0C9: hue angle of 182.86º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC0C9 is Cyan = 0.94, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 12 192 201 -
CMYK 0.94 0.04 0 0.21
HSL 182.86º 0.89% 0.42% -
HSV(B) 182.86º 0.94% 0.79% -
XYZ 29.54 41.99 61.81 -
YUV 139.21 162.87 37.27 -
System Red Green Blue C M Y K H S L
Decimal 12 192 201 0.94 0.04 0 0.21 182.86 0.89 0.42
Hex C C0 C9 5E 4 0 15 B7 59 2A
Octal 14 300 311 136 4 0 25 267 131 52
Binary 1100 11000000 11001001 1011110 100 0 10101 10110111 1011001 101010

Color Harmonies of #0CC0C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC0C9

Black with #0CC0C9

Text Example


Text Example

White with #0CC0C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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