Html Css Color HEX #09BDBD Iris Blue

📋 copy color: '#09BDBD'

red 9 ◦ green 189 ◦ blue 189

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

Shades of Iris Blue #09BDBD

Tints of Iris Blue #09BDBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.84%

R = 2.33%
G = 48.84%
B = 48.84%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#09BDBD (or 0x09BDBD) is known color: Iris Blue. HEX triplet: 09, BD and BD. RGB value is (9,189,189). Sum of RGB (Red+Green+Blue) = 9+189+189=387 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.33% from 387); Green value is 189 (74.22% from 255 or 48.84% from 387); Blue value is 189 (74.22% from 255 or 48.84% from 387); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #09BDBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BDBD is #F64242. Grayscale: #878787. Windows color (decimal): -16138819 or 12434697. OLE color: 12434697.

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

Color convert

RGB 9 189 189 -
CMYK 0.95 0 0 0.26
HSL 180º 0.91% 0.39% -
HSV(B) 180º 0.95% 0.74% -
XYZ 27.5 40.13 54.44 -
YUV 135.18 158.37 38 -
System Red Green Blue C M Y K H S L
Decimal 9 189 189 0.95 0 0 0.26 180 0.91 0.39
Hex 9 BD BD 5F 0 0 1A B4 5B 27
Octal 11 275 275 137 0 0 32 264 133 47
Binary 1001 10111101 10111101 1011111 0 0 11010 10110100 1011011 100111

Color Harmonies of #09BDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09BDBD

Black with #09BDBD

Text Example


Text Example

White with #09BDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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