Html Css Color HEX #09ADC2 Iris Blue

📋 copy color: '#09ADC2'

red 9 ◦ green 173 ◦ blue 194

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

Shades of Iris Blue #09ADC2

Tints of Iris Blue #09ADC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 51.6%

R = 2.39%
G = 46.01%
B = 51.6%

CMYK

 C value IS 0.95

 M value IS 0.11

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#09ADC2 (or 0x09ADC2) is known color: Iris Blue. HEX triplet: 09, AD and C2. RGB value is (9,173,194). Sum of RGB (Red+Green+Blue) = 9+173+194=376 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.39% from 376); Green value is 173 (67.97% from 255 or 46.01% from 376); Blue value is 194 (76.17% from 255 or 51.60% from 376); Max value from RGB is 194 - color contains mainly: blue. Hex color #09ADC2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09ADC2 is #F6523D. Grayscale: #7E7E7E. Windows color (decimal): -16142910 or 12758281. OLE color: 12758281.

HSL color Cylindrical-coordinate representation of color #09ADC2: hue angle of 186.81º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09ADC2 is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 9 173 194 -
CMYK 0.95 0.11 0 0.24
HSL 186.81º 0.91% 0.4% -
HSV(B) 186.81º 0.95% 0.76% -
XYZ 24.79 33.84 56.26 -
YUV 126.36 166.17 44.29 -
System Red Green Blue C M Y K H S L
Decimal 9 173 194 0.95 0.11 0 0.24 186.81 0.91 0.4
Hex 9 AD C2 5F B 0 18 BB 5B 28
Octal 11 255 302 137 13 0 30 273 133 50
Binary 1001 10101101 11000010 1011111 1011 0 11000 10111011 1011011 101000

Color Harmonies of #09ADC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09ADC2

Black with #09ADC2

Text Example


Text Example

White with #09ADC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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