Html Css Color HEX #09B3BA Iris Blue

📋 copy color: '#09B3BA'

red 9 ◦ green 179 ◦ blue 186

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

Shades of Iris Blue #09B3BA

Tints of Iris Blue #09B3BA

RGB

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

 GREEN value IS 179 (70.31% from 255) = 47.86%

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

R = 2.41%
G = 47.86%
B = 49.73%

CMYK

 C value IS 0.95

 M value IS 0.04

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#09B3BA (or 0x09B3BA) is known color: Iris Blue. HEX triplet: 09, B3 and BA. RGB value is (9,179,186). Sum of RGB (Red+Green+Blue) = 9+179+186=374 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.41% from 374); Green value is 179 (70.31% from 255 or 47.86% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #09B3BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09B3BA is #F64C45. Grayscale: #808080. Windows color (decimal): -16141382 or 12235529. OLE color: 12235529.

HSL color Cylindrical-coordinate representation of color #09B3BA: hue angle of 182.37º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09B3BA is Cyan = 0.95, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 9 179 186 -
CMYK 0.95 0.04 0 0.27
HSL 182.37º 0.91% 0.38% -
HSV(B) 182.37º 0.95% 0.73% -
XYZ 25.1 35.84 52.05 -
YUV 128.97 160.18 42.43 -
System Red Green Blue C M Y K H S L
Decimal 9 179 186 0.95 0.04 0 0.27 182.37 0.91 0.38
Hex 9 B3 BA 5F 4 0 1B B6 5B 26
Octal 11 263 272 137 4 0 33 266 133 46
Binary 1001 10110011 10111010 1011111 100 0 11011 10110110 1011011 100110

Color Harmonies of #09B3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09B3BA

Black with #09B3BA

Text Example


Text Example

White with #09B3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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