Html Css Color HEX #09A9B4 Iris Blue

📋 copy color: '#09A9B4'

red 9 ◦ green 169 ◦ blue 180

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

Shades of Iris Blue #09A9B4

Tints of Iris Blue #09A9B4

RGB

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

 GREEN value IS 169 (66.41% from 255) = 47.21%

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

R = 2.51%
G = 47.21%
B = 50.28%

CMYK

 C value IS 0.95

 M value IS 0.06

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#09A9B4 (or 0x09A9B4) is known color: Iris Blue. HEX triplet: 09, A9 and B4. RGB value is (9,169,180). Sum of RGB (Red+Green+Blue) = 9+169+180=358 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.51% from 358); Green value is 169 (66.41% from 255 or 47.21% from 358); Blue value is 180 (70.70% from 255 or 50.28% from 358); Max value from RGB is 180 - color contains mainly: blue. Hex color #09A9B4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09A9B4 is #F6564B. Grayscale: #7A7A7A. Windows color (decimal): -16143948 or 11839753. OLE color: 11839753.

HSL color Cylindrical-coordinate representation of color #09A9B4: hue angle of 183.86º 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 #09A9B4 is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 9 169 180 -
CMYK 0.95 0.06 0 0.29
HSL 183.86º 0.9% 0.37% -
HSV(B) 183.86º 0.95% 0.71% -
XYZ 22.54 31.73 48.12 -
YUV 122.41 160.49 47.11 -
System Red Green Blue C M Y K H S L
Decimal 9 169 180 0.95 0.06 0 0.29 183.86 0.9 0.37
Hex 9 A9 B4 5F 6 0 1D B8 5A 25
Octal 11 251 264 137 6 0 35 270 132 45
Binary 1001 10101001 10110100 1011111 110 0 11101 10111000 1011010 100101

Color Harmonies of #09A9B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A9B4

Black with #09A9B4

Text Example


Text Example

White with #09A9B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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