Html Css Color HEX #0CABB6 Iris Blue

📋 copy color: '#0CABB6'

red 12 ◦ green 171 ◦ blue 182

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

Shades of Iris Blue #0CABB6

Tints of Iris Blue #0CABB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 49.86%

R = 3.29%
G = 46.85%
B = 49.86%

CMYK

 C value IS 0.93

 M value IS 0.06

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0CABB6 (or 0x0CABB6) is known color: Iris Blue. HEX triplet: 0C, AB and B6. RGB value is (12,171,182). Sum of RGB (Red+Green+Blue) = 12+171+182=365 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.29% from 365); Green value is 171 (67.19% from 255 or 46.85% from 365); Blue value is 182 (71.48% from 255 or 49.86% from 365); Max value from RGB is 182 - color contains mainly: blue. Hex color #0CABB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CABB6 is #F35449. Grayscale: #7C7C7C. Windows color (decimal): -15946826 or 11971340. OLE color: 11971340.

HSL color Cylindrical-coordinate representation of color #0CABB6: hue angle of 183.88º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CABB6 is Cyan = 0.93, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 12 171 182 -
CMYK 0.93 0.06 0 0.29
HSL 183.88º 0.88% 0.38% -
HSV(B) 183.88º 0.93% 0.71% -
XYZ 23.16 32.58 49.32 -
YUV 124.71 160.32 47.61 -
System Red Green Blue C M Y K H S L
Decimal 12 171 182 0.93 0.06 0 0.29 183.88 0.88 0.38
Hex C AB B6 5D 6 0 1D B8 58 26
Octal 14 253 266 135 6 0 35 270 130 46
Binary 1100 10101011 10110110 1011101 110 0 11101 10111000 1011000 100110

Color Harmonies of #0CABB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CABB6

Black with #0CABB6

Text Example


Text Example

White with #0CABB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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