Html Css Color HEX #09ACB4 Iris Blue

📋 copy color: '#09ACB4'

red 9 ◦ green 172 ◦ blue 180

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

Shades of Iris Blue #09ACB4

Tints of Iris Blue #09ACB4

RGB

 RED value IS 9 (3.91% from 255) = 2.49%

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

 BLUE value IS 180 (70.7% from 255) = 49.86%

R = 2.49%
G = 47.65%
B = 49.86%

CMYK

 C value IS 0.95

 M value IS 0.04

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#09ACB4 (or 0x09ACB4) is known color: Iris Blue. HEX triplet: 09, AC and B4. RGB value is (9,172,180). Sum of RGB (Red+Green+Blue) = 9+172+180=361 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.49% from 361); Green value is 172 (67.58% from 255 or 47.65% from 361); Blue value is 180 (70.70% from 255 or 49.86% from 361); Max value from RGB is 180 - color contains mainly: blue. Hex color #09ACB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09ACB4 is #F6534B. Grayscale: #7B7B7B. Windows color (decimal): -16143180 or 11840521. OLE color: 11840521.

HSL color Cylindrical-coordinate representation of color #09ACB4: hue angle of 182.81º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09ACB4 is Cyan = 0.95, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 9 172 180 -
CMYK 0.95 0.04 0 0.29
HSL 182.81º 0.9% 0.37% -
HSV(B) 182.81º 0.95% 0.71% -
XYZ 23.1 32.86 48.3 -
YUV 124.18 159.5 45.85 -
System Red Green Blue C M Y K H S L
Decimal 9 172 180 0.95 0.04 0 0.29 182.81 0.9 0.37
Hex 9 AC B4 5F 4 0 1D B7 5A 25
Octal 11 254 264 137 4 0 35 267 132 45
Binary 1001 10101100 10110100 1011111 100 0 11101 10110111 1011010 100101

Color Harmonies of #09ACB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09ACB4

Black with #09ACB4

Text Example


Text Example

White with #09ACB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09ACB4; }

 p { color: rgb(9,172,180); }

 H1.HeaderClassName
 {
   color: #09ACB4;
 }
 .AnyTagClassName
 {
   color: #09ACB4;
 }
</style>

background-color css

<style>
 a { background-color: #09ACB4; }

 a { background-color: rgb(9,172,180); }

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

border-color css

<style>
 span { border-color: #09ACB4; }

 span { border-color: rgb(9,172,180); }

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