Html Css Color HEX #09ADCB Iris Blue

📋 copy color: '#09ADCB'

red 9 ◦ green 173 ◦ blue 203

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

Shades of Iris Blue #09ADCB

Tints of Iris Blue #09ADCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 52.73%

R = 2.34%
G = 44.94%
B = 52.73%

CMYK

 C value IS 0.96

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#09ADCB (or 0x09ADCB) is known color: Iris Blue. HEX triplet: 09, AD and CB. RGB value is (9,173,203). Sum of RGB (Red+Green+Blue) = 9+173+203=385 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.34% from 385); Green value is 173 (67.97% from 255 or 44.94% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #09ADCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09ADCB is #F65234. Grayscale: #7F7F7F. Windows color (decimal): -16142901 or 13348105. OLE color: 13348105.

HSL color Cylindrical-coordinate representation of color #09ADCB: hue angle of 189.28º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09ADCB is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 9 173 203 -
CMYK 0.96 0.15 0 0.20
HSL 189.28º 0.92% 0.42% -
HSV(B) 189.28º 0.96% 0.8% -
XYZ 25.84 34.26 61.75 -
YUV 127.38 170.67 43.56 -
System Red Green Blue C M Y K H S L
Decimal 9 173 203 0.96 0.15 0 0.20 189.28 0.92 0.42
Hex 9 AD CB 60 F 0 14 BD 5C 2A
Octal 11 255 313 140 17 0 24 275 134 52
Binary 1001 10101101 11001011 1100000 1111 0 10100 10111101 1011100 101010

Color Harmonies of #09ADCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09ADCB

Black with #09ADCB

Text Example


Text Example

White with #09ADCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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