Html Css Color HEX #0CABBD Iris Blue

📋 copy color: '#0CABBD'

red 12 ◦ green 171 ◦ blue 189

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

Shades of Iris Blue #0CABBD

Tints of Iris Blue #0CABBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50.81%

R = 3.23%
G = 45.97%
B = 50.81%

CMYK

 C value IS 0.94

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0CABBD (or 0x0CABBD) is known color: Iris Blue. HEX triplet: 0C, AB and BD. RGB value is (12,171,189). Sum of RGB (Red+Green+Blue) = 12+171+189=372 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.23% from 372); Green value is 171 (67.19% from 255 or 45.97% from 372); Blue value is 189 (74.22% from 255 or 50.81% from 372); Max value from RGB is 189 - color contains mainly: blue. Hex color #0CABBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CABBD is #F35442. Grayscale: #7D7D7D. Windows color (decimal): -15946819 or 12430092. OLE color: 12430092.

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

Color convert

RGB 12 171 189 -
CMYK 0.94 0.10 0 0.26
HSL 186.1º 0.88% 0.39% -
HSV(B) 186.1º 0.94% 0.74% -
XYZ 23.9 32.88 53.23 -
YUV 125.51 163.82 47.04 -
System Red Green Blue C M Y K H S L
Decimal 12 171 189 0.94 0.10 0 0.26 186.1 0.88 0.39
Hex C AB BD 5E A 0 1A BA 58 27
Octal 14 253 275 136 12 0 32 272 130 47
Binary 1100 10101011 10111101 1011110 1010 0 11010 10111010 1011000 100111

Color Harmonies of #0CABBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CABBD

Black with #0CABBD

Text Example


Text Example

White with #0CABBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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