Html Css Color HEX #09BCB5 Iris Blue

📋 copy color: '#09BCB5'

red 9 ◦ green 188 ◦ blue 181

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

Shades of Iris Blue #09BCB5

Tints of Iris Blue #09BCB5

RGB

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

 GREEN value IS 188 (73.83% from 255) = 49.74%

 BLUE value IS 181 (71.09% from 255) = 47.88%

R = 2.38%
G = 49.74%
B = 47.88%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#09BCB5 (or 0x09BCB5) is known color: Iris Blue. HEX triplet: 09, BC and B5. RGB value is (9,188,181). Sum of RGB (Red+Green+Blue) = 9+188+181=378 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.38% from 378); Green value is 188 (73.83% from 255 or 49.74% from 378); Blue value is 181 (71.09% from 255 or 47.88% from 378); Max value from RGB is 188 - color contains mainly: green. Hex color #09BCB5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BCB5 is #F6434A. Grayscale: #858585. Windows color (decimal): -16139083 or 11910153. OLE color: 11910153.

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

Color convert

RGB 9 188 181 -
CMYK 0.95 0 0.04 0.26
HSL 177.65º 0.91% 0.39% -
HSV(B) 177.65º 0.95% 0.74% -
XYZ 26.44 39.36 49.92 -
YUV 133.68 154.7 39.07 -
System Red Green Blue C M Y K H S L
Decimal 9 188 181 0.95 0 0.04 0.26 177.65 0.91 0.39
Hex 9 BC B5 5F 0 4 1A B2 5B 27
Octal 11 274 265 137 0 4 32 262 133 47
Binary 1001 10111100 10110101 1011111 0 100 11010 10110010 1011011 100111

Color Harmonies of #09BCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09BCB5

Black with #09BCB5

Text Example


Text Example

White with #09BCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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