Html Css Color HEX #09BDBF Iris Blue

📋 copy color: '#09BDBF'

red 9 ◦ green 189 ◦ blue 191

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

Shades of Iris Blue #09BDBF

Tints of Iris Blue #09BDBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 49.1%

R = 2.31%
G = 48.59%
B = 49.1%

CMYK

 C value IS 0.95

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#09BDBF (or 0x09BDBF) is known color: Iris Blue. HEX triplet: 09, BD and BF. RGB value is (9,189,191). Sum of RGB (Red+Green+Blue) = 9+189+191=389 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.31% from 389); Green value is 189 (74.22% from 255 or 48.59% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 191 - color contains mainly: blue. Hex color #09BDBF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BDBF is #F64240. Grayscale: #878787. Windows color (decimal): -16138817 or 12565769. OLE color: 12565769.

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

Color convert

RGB 9 189 191 -
CMYK 0.95 0.01 0 0.25
HSL 180.66º 0.91% 0.39% -
HSV(B) 180.66º 0.95% 0.75% -
XYZ 27.71 40.21 55.59 -
YUV 135.41 159.37 37.84 -
System Red Green Blue C M Y K H S L
Decimal 9 189 191 0.95 0.01 0 0.25 180.66 0.91 0.39
Hex 9 BD BF 5F 1 0 19 B5 5B 27
Octal 11 275 277 137 1 0 31 265 133 47
Binary 1001 10111101 10111111 1011111 1 0 11001 10110101 1011011 100111

Color Harmonies of #09BDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09BDBF

Black with #09BDBF

Text Example


Text Example

White with #09BDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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