Html Css Color HEX #0CABBA Iris Blue

📋 copy color: '#0CABBA'

red 12 ◦ green 171 ◦ blue 186

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

Shades of Iris Blue #0CABBA

Tints of Iris Blue #0CABBA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 46.34%

 BLUE value IS 186 (73.05% from 255) = 50.41%

R = 3.25%
G = 46.34%
B = 50.41%

CMYK

 C value IS 0.94

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0CABBA (or 0x0CABBA) is known color: Iris Blue. HEX triplet: 0C, AB and BA. RGB value is (12,171,186). Sum of RGB (Red+Green+Blue) = 12+171+186=369 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.25% from 369); Green value is 171 (67.19% from 255 or 46.34% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #0CABBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CABBA is #F35445. Grayscale: #7C7C7C. Windows color (decimal): -15946822 or 12233484. OLE color: 12233484.

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

Color convert

RGB 12 171 186 -
CMYK 0.94 0.08 0 0.27
HSL 185.17º 0.88% 0.39% -
HSV(B) 185.17º 0.94% 0.73% -
XYZ 23.58 32.75 51.53 -
YUV 125.17 162.32 47.28 -
System Red Green Blue C M Y K H S L
Decimal 12 171 186 0.94 0.08 0 0.27 185.17 0.88 0.39
Hex C AB BA 5E 8 0 1B B9 58 27
Octal 14 253 272 136 10 0 33 271 130 47
Binary 1100 10101011 10111010 1011110 1000 0 11011 10111001 1011000 100111

Color Harmonies of #0CABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CABBA

Black with #0CABBA

Text Example


Text Example

White with #0CABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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