Html Css Color HEX #09B2BC Iris Blue

📋 copy color: '#09B2BC'

red 9 ◦ green 178 ◦ blue 188

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

Shades of Iris Blue #09B2BC

Tints of Iris Blue #09B2BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.13%

R = 2.4%
G = 47.47%
B = 50.13%

CMYK

 C value IS 0.95

 M value IS 0.05

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#09B2BC (or 0x09B2BC) is known color: Iris Blue. HEX triplet: 09, B2 and BC. RGB value is (9,178,188). Sum of RGB (Red+Green+Blue) = 9+178+188=375 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.4% from 375); Green value is 178 (69.92% from 255 or 47.47% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #09B2BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09B2BC is #F64D43. Grayscale: #808080. Windows color (decimal): -16141636 or 12366345. OLE color: 12366345.

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

Color convert

RGB 9 178 188 -
CMYK 0.95 0.05 0 0.26
HSL 183.35º 0.91% 0.39% -
HSV(B) 183.35º 0.95% 0.74% -
XYZ 25.11 35.53 53.11 -
YUV 128.61 161.51 42.69 -
System Red Green Blue C M Y K H S L
Decimal 9 178 188 0.95 0.05 0 0.26 183.35 0.91 0.39
Hex 9 B2 BC 5F 5 0 1A B7 5B 27
Octal 11 262 274 137 5 0 32 267 133 47
Binary 1001 10110010 10111100 1011111 101 0 11010 10110111 1011011 100111

Color Harmonies of #09B2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09B2BC

Black with #09B2BC

Text Example


Text Example

White with #09B2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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