Html Css Color HEX #09ADC1 Iris Blue

📋 copy color: '#09ADC1'

red 9 ◦ green 173 ◦ blue 193

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

Shades of Iris Blue #09ADC1

Tints of Iris Blue #09ADC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 51.47%

R = 2.4%
G = 46.13%
B = 51.47%

CMYK

 C value IS 0.95

 M value IS 0.10

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#09ADC1 (or 0x09ADC1) is known color: Iris Blue. HEX triplet: 09, AD and C1. RGB value is (9,173,193). Sum of RGB (Red+Green+Blue) = 9+173+193=375 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.4% from 375); Green value is 173 (67.97% from 255 or 46.13% from 375); Blue value is 193 (75.78% from 255 or 51.47% from 375); Max value from RGB is 193 - color contains mainly: blue. Hex color #09ADC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09ADC1 is #F6523E. Grayscale: #7E7E7E. Windows color (decimal): -16142911 or 12692745. OLE color: 12692745.

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

Color convert

RGB 9 173 193 -
CMYK 0.95 0.10 0 0.24
HSL 186.52º 0.91% 0.4% -
HSV(B) 186.52º 0.95% 0.76% -
XYZ 24.68 33.8 55.67 -
YUV 126.24 165.67 44.37 -
System Red Green Blue C M Y K H S L
Decimal 9 173 193 0.95 0.10 0 0.24 186.52 0.91 0.4
Hex 9 AD C1 5F A 0 18 BB 5B 28
Octal 11 255 301 137 12 0 30 273 133 50
Binary 1001 10101101 11000001 1011111 1010 0 11000 10111011 1011011 101000

Color Harmonies of #09ADC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09ADC1

Black with #09ADC1

Text Example


Text Example

White with #09ADC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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