Html Css Color HEX #09BDBA Iris Blue

📋 copy color: '#09BDBA'

red 9 ◦ green 189 ◦ blue 186

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

Shades of Iris Blue #09BDBA

Tints of Iris Blue #09BDBA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 49.22%

 BLUE value IS 186 (73.05% from 255) = 48.44%

R = 2.34%
G = 49.22%
B = 48.44%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#09BDBA (or 0x09BDBA) is known color: Iris Blue. HEX triplet: 09, BD and BA. RGB value is (9,189,186). Sum of RGB (Red+Green+Blue) = 9+189+186=384 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.34% from 384); Green value is 189 (74.22% from 255 or 49.22% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 189 - color contains mainly: green. Hex color #09BDBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BDBA is #F64245. Grayscale: #868686. Windows color (decimal): -16138822 or 12238089. OLE color: 12238089.

HSL color Cylindrical-coordinate representation of color #09BDBA: hue angle of 179º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09BDBA is Cyan = 0.95, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 9 189 186 -
CMYK 0.95 0 0.02 0.26
HSL 179º 0.91% 0.39% -
HSV(B) 179º 0.95% 0.74% -
XYZ 27.17 40 52.74 -
YUV 134.84 156.87 38.24 -
System Red Green Blue C M Y K H S L
Decimal 9 189 186 0.95 0 0.02 0.26 179 0.91 0.39
Hex 9 BD BA 5F 0 2 1A B3 5B 27
Octal 11 275 272 137 0 2 32 263 133 47
Binary 1001 10111101 10111010 1011111 0 10 11010 10110011 1011011 100111

Color Harmonies of #09BDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09BDBA

Black with #09BDBA

Text Example


Text Example

White with #09BDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,189,186); }

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

background-color css

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

 a { background-color: rgb(9,189,186); }

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

border-color css

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

 span { border-color: rgb(9,189,186); }

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