Html Css Color HEX #0CBABC Iris Blue

📋 copy color: '#0CBABC'

red 12 ◦ green 186 ◦ blue 188

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

Shades of Iris Blue #0CBABC

Tints of Iris Blue #0CBABC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 48.19%

 BLUE value IS 188 (73.83% from 255) = 48.7%

R = 3.11%
G = 48.19%
B = 48.7%

CMYK

 C value IS 0.94

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0CBABC (or 0x0CBABC) is known color: Iris Blue. HEX triplet: 0C, BA and BC. RGB value is (12,186,188). Sum of RGB (Red+Green+Blue) = 12+186+188=386 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.11% from 386); Green value is 186 (73.05% from 255 or 48.19% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #0CBABC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBABC is #F34543. Grayscale: #868686. Windows color (decimal): -15942980 or 12368396. OLE color: 12368396.

HSL color Cylindrical-coordinate representation of color #0CBABC: hue angle of 180.68º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBABC is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 12 186 188 -
CMYK 0.94 0.01 0 0.26
HSL 180.68º 0.88% 0.39% -
HSV(B) 180.68º 0.94% 0.74% -
XYZ 26.79 38.83 53.66 -
YUV 134.2 158.35 40.84 -
System Red Green Blue C M Y K H S L
Decimal 12 186 188 0.94 0.01 0 0.26 180.68 0.88 0.39
Hex C BA BC 5E 1 0 1A B5 58 27
Octal 14 272 274 136 1 0 32 265 130 47
Binary 1100 10111010 10111100 1011110 1 0 11010 10110101 1011000 100111

Color Harmonies of #0CBABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBABC

Black with #0CBABC

Text Example


Text Example

White with #0CBABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,186,188); }

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

background-color css

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

 a { background-color: rgb(12,186,188); }

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

border-color css

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

 span { border-color: rgb(12,186,188); }

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