Html Css Color HEX #0CABB9 Iris Blue

📋 copy color: '#0CABB9'

red 12 ◦ green 171 ◦ blue 185

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

Shades of Iris Blue #0CABB9

Tints of Iris Blue #0CABB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 50.27%

R = 3.26%
G = 46.47%
B = 50.27%

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

#0CABB9 (or 0x0CABB9) is known color: Iris Blue. HEX triplet: 0C, AB and B9. RGB value is (12,171,185). Sum of RGB (Red+Green+Blue) = 12+171+185=368 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.26% from 368); Green value is 171 (67.19% from 255 or 46.47% from 368); Blue value is 185 (72.66% from 255 or 50.27% from 368); Max value from RGB is 185 - color contains mainly: blue. Hex color #0CABB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CABB9 is #F35446. Grayscale: #7C7C7C. Windows color (decimal): -15946823 or 12167948. OLE color: 12167948.

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

Color convert

RGB 12 171 185 -
CMYK 0.94 0.08 0 0.27
HSL 184.86º 0.88% 0.39% -
HSV(B) 184.86º 0.94% 0.73% -
XYZ 23.47 32.71 50.97 -
YUV 125.06 161.82 47.36 -
System Red Green Blue C M Y K H S L
Decimal 12 171 185 0.94 0.08 0 0.27 184.86 0.88 0.39
Hex C AB B9 5E 8 0 1B B9 58 27
Octal 14 253 271 136 10 0 33 271 130 47
Binary 1100 10101011 10111001 1011110 1000 0 11011 10111001 1011000 100111

Color Harmonies of #0CABB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CABB9

Black with #0CABB9

Text Example


Text Example

White with #0CABB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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