Html Css Color HEX #09B2B9 Iris Blue

📋 copy color: '#09B2B9'

red 9 ◦ green 178 ◦ blue 185

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

Shades of Iris Blue #09B2B9

Tints of Iris Blue #09B2B9

RGB

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

 GREEN value IS 178 (69.92% from 255) = 47.85%

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

R = 2.42%
G = 47.85%
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

#09B2B9 (or 0x09B2B9) is known color: Iris Blue. HEX triplet: 09, B2 and B9. RGB value is (9,178,185). Sum of RGB (Red+Green+Blue) = 9+178+185=372 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.42% from 372); Green value is 178 (69.92% from 255 or 47.85% from 372); Blue value is 185 (72.66% from 255 or 49.73% from 372); Max value from RGB is 185 - color contains mainly: blue. Hex color #09B2B9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09B2B9 is #F64D46. Grayscale: #808080. Windows color (decimal): -16141639 or 12169737. OLE color: 12169737.

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

Color convert

RGB 9 178 185 -
CMYK 0.95 0.04 0 0.27
HSL 182.39º 0.91% 0.38% -
HSV(B) 182.39º 0.95% 0.73% -
XYZ 24.79 35.4 51.43 -
YUV 128.27 160.01 42.93 -
System Red Green Blue C M Y K H S L
Decimal 9 178 185 0.95 0.04 0 0.27 182.39 0.91 0.38
Hex 9 B2 B9 5F 4 0 1B B6 5B 26
Octal 11 262 271 137 4 0 33 266 133 46
Binary 1001 10110010 10111001 1011111 100 0 11011 10110110 1011011 100110

Color Harmonies of #09B2B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09B2B9

Black with #09B2B9

Text Example


Text Example

White with #09B2B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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