Html Css Color HEX #0CC1CB Iris Blue

📋 copy color: '#0CC1CB'

red 12 ◦ green 193 ◦ blue 203

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

Shades of Iris Blue #0CC1CB

Tints of Iris Blue #0CC1CB

RGB

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

 GREEN value IS 193 (75.78% from 255) = 47.3%

 BLUE value IS 203 (79.69% from 255) = 49.75%

R = 2.94%
G = 47.3%
B = 49.75%

CMYK

 C value IS 0.94

 M value IS 0.05

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0CC1CB (or 0x0CC1CB) is known color: Iris Blue. HEX triplet: 0C, C1 and CB. RGB value is (12,193,203). Sum of RGB (Red+Green+Blue) = 12+193+203=408 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.94% from 408); Green value is 193 (75.78% from 255 or 47.30% from 408); Blue value is 203 (79.69% from 255 or 49.75% from 408); Max value from RGB is 203 - color contains mainly: blue. Hex color #0CC1CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CC1CB is #F33E34. Grayscale: #8B8B8B. Windows color (decimal): -15941173 or 13353228. OLE color: 13353228.

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

Color convert

RGB 12 193 203 -
CMYK 0.94 0.05 0 0.20
HSL 183.14º 0.89% 0.42% -
HSV(B) 183.14º 0.94% 0.8% -
XYZ 30 42.53 63.13 -
YUV 140.02 163.53 36.69 -
System Red Green Blue C M Y K H S L
Decimal 12 193 203 0.94 0.05 0 0.20 183.14 0.89 0.42
Hex C C1 CB 5E 5 0 14 B7 59 2A
Octal 14 301 313 136 5 0 24 267 131 52
Binary 1100 11000001 11001011 1011110 101 0 10100 10110111 1011001 101010

Color Harmonies of #0CC1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC1CB

Black with #0CC1CB

Text Example


Text Example

White with #0CC1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,193,203); }

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

background-color css

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

 a { background-color: rgb(12,193,203); }

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

border-color css

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

 span { border-color: rgb(12,193,203); }

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