Html Css Color HEX #09BDB9 Iris Blue

📋 copy color: '#09BDB9'

red 9 ◦ green 189 ◦ blue 185

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

Shades of Iris Blue #09BDB9

Tints of Iris Blue #09BDB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 48.3%

R = 2.35%
G = 49.35%
B = 48.3%

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

#09BDB9 (or 0x09BDB9) is known color: Iris Blue. HEX triplet: 09, BD and B9. RGB value is (9,189,185). Sum of RGB (Red+Green+Blue) = 9+189+185=383 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.35% from 383); Green value is 189 (74.22% from 255 or 49.35% from 383); Blue value is 185 (72.66% from 255 or 48.30% from 383); Max value from RGB is 189 - color contains mainly: green. Hex color #09BDB9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BDB9 is #F64246. Grayscale: #868686. Windows color (decimal): -16138823 or 12172553. OLE color: 12172553.

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

Color convert

RGB 9 189 185 -
CMYK 0.95 0 0.02 0.26
HSL 178.67º 0.91% 0.39% -
HSV(B) 178.67º 0.95% 0.74% -
XYZ 27.07 39.96 52.18 -
YUV 134.72 156.37 38.33 -
System Red Green Blue C M Y K H S L
Decimal 9 189 185 0.95 0 0.02 0.26 178.67 0.91 0.39
Hex 9 BD B9 5F 0 2 1A B3 5B 27
Octal 11 275 271 137 0 2 32 263 133 47
Binary 1001 10111101 10111001 1011111 0 10 11010 10110011 1011011 100111

Color Harmonies of #09BDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09BDB9

Black with #09BDB9

Text Example


Text Example

White with #09BDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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