Html Css Color HEX #0CACB7 Iris Blue

📋 copy color: '#0CACB7'

red 12 ◦ green 172 ◦ blue 183

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

Shades of Iris Blue #0CACB7

Tints of Iris Blue #0CACB7

RGB

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

 GREEN value IS 172 (67.58% from 255) = 46.87%

 BLUE value IS 183 (71.88% from 255) = 49.86%

R = 3.27%
G = 46.87%
B = 49.86%

CMYK

 C value IS 0.93

 M value IS 0.06

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#0CACB7 (or 0x0CACB7) is known color: Iris Blue. HEX triplet: 0C, AC and B7. RGB value is (12,172,183). Sum of RGB (Red+Green+Blue) = 12+172+183=367 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.27% from 367); Green value is 172 (67.58% from 255 or 46.87% from 367); Blue value is 183 (71.88% from 255 or 49.86% from 367); Max value from RGB is 183 - color contains mainly: blue. Hex color #0CACB7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CACB7 is #F35348. Grayscale: #7D7D7D. Windows color (decimal): -15946569 or 12037132. OLE color: 12037132.

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

Color convert

RGB 12 172 183 -
CMYK 0.93 0.06 0 0.28
HSL 183.86º 0.88% 0.38% -
HSV(B) 183.86º 0.93% 0.72% -
XYZ 23.45 33 49.93 -
YUV 125.41 160.49 47.11 -
System Red Green Blue C M Y K H S L
Decimal 12 172 183 0.93 0.06 0 0.28 183.86 0.88 0.38
Hex C AC B7 5D 6 0 1C B8 58 26
Octal 14 254 267 135 6 0 34 270 130 46
Binary 1100 10101100 10110111 1011101 110 0 11100 10111000 1011000 100110

Color Harmonies of #0CACB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CACB7

Black with #0CACB7

Text Example


Text Example

White with #0CACB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,172,183); }

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

background-color css

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

 a { background-color: rgb(12,172,183); }

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

border-color css

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

 span { border-color: rgb(12,172,183); }

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