Html Css Color HEX #09ADDB Iris Blue

📋 copy color: '#09ADDB'

red 9 ◦ green 173 ◦ blue 219

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

Shades of Iris Blue #09ADDB

Tints of Iris Blue #09ADDB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 43.14%

 BLUE value IS 219 (85.94% from 255) = 54.61%

R = 2.24%
G = 43.14%
B = 54.61%

CMYK

 C value IS 0.96

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#09ADDB (or 0x09ADDB) is known color: Iris Blue. HEX triplet: 09, AD and DB. RGB value is (9,173,219). Sum of RGB (Red+Green+Blue) = 9+173+219=401 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.24% from 401); Green value is 173 (67.97% from 255 or 43.14% from 401); Blue value is 219 (85.94% from 255 or 54.61% from 401); Max value from RGB is 219 - color contains mainly: blue. Hex color #09ADDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09ADDB is #F65224. Grayscale: #808080. Windows color (decimal): -16142885 or 14396681. OLE color: 14396681.

HSL color Cylindrical-coordinate representation of color #09ADDB: hue angle of 193.14º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09ADDB is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 9 173 219 -
CMYK 0.96 0.21 0 0.14
HSL 193.14º 0.92% 0.45% -
HSV(B) 193.14º 0.96% 0.86% -
XYZ 27.84 35.06 72.32 -
YUV 129.21 178.67 42.26 -
System Red Green Blue C M Y K H S L
Decimal 9 173 219 0.96 0.21 0 0.14 193.14 0.92 0.45
Hex 9 AD DB 60 15 0 E C1 5C 2D
Octal 11 255 333 140 25 0 16 301 134 55
Binary 1001 10101101 11011011 1100000 10101 0 1110 11000001 1011100 101101

Color Harmonies of #09ADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09ADDB

Black with #09ADDB

Text Example


Text Example

White with #09ADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,173,219); }

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

background-color css

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

 a { background-color: rgb(9,173,219); }

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

border-color css

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

 span { border-color: rgb(9,173,219); }

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