Html Css Color HEX #09BBBB Iris Blue

📋 copy color: '#09BBBB'

red 9 ◦ green 187 ◦ blue 187

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

Shades of Iris Blue #09BBBB

Tints of Iris Blue #09BBBB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 48.83%

 BLUE value IS 187 (73.44% from 255) = 48.83%

R = 2.35%
G = 48.83%
B = 48.83%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#09BBBB (or 0x09BBBB) is known color: Iris Blue. HEX triplet: 09, BB and BB. RGB value is (9,187,187). Sum of RGB (Red+Green+Blue) = 9+187+187=383 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.35% from 383); Green value is 187 (73.44% from 255 or 48.83% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 187 - color contains mainly: green, blue. Hex color #09BBBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BBBB is #F64444. Grayscale: #858585. Windows color (decimal): -16139333 or 12303113. OLE color: 12303113.

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

Color convert

RGB 9 187 187 -
CMYK 0.95 0 0 0.27
HSL 180º 0.91% 0.38% -
HSV(B) 180º 0.95% 0.73% -
XYZ 26.85 39.19 53.16 -
YUV 133.78 158.03 39 -
System Red Green Blue C M Y K H S L
Decimal 9 187 187 0.95 0 0 0.27 180 0.91 0.38
Hex 9 BB BB 5F 0 0 1B B4 5B 26
Octal 11 273 273 137 0 0 33 264 133 46
Binary 1001 10111011 10111011 1011111 0 0 11011 10110100 1011011 100110

Color Harmonies of #09BBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09BBBB

Black with #09BBBB

Text Example


Text Example

White with #09BBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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