Html Css Color HEX #09BCBE Iris Blue

📋 copy color: '#09BCBE'

red 9 ◦ green 188 ◦ blue 190

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

Shades of Iris Blue #09BCBE

Tints of Iris Blue #09BCBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.1%

R = 2.33%
G = 48.58%
B = 49.1%

CMYK

 C value IS 0.95

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#09BCBE (or 0x09BCBE) is known color: Iris Blue. HEX triplet: 09, BC and BE. RGB value is (9,188,190). Sum of RGB (Red+Green+Blue) = 9+188+190=387 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.33% from 387); Green value is 188 (73.83% from 255 or 48.58% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #09BCBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BCBE is #F64341. Grayscale: #868686. Windows color (decimal): -16139074 or 12499977. OLE color: 12499977.

HSL color Cylindrical-coordinate representation of color #09BCBE: hue angle of 180.66º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09BCBE is Cyan = 0.95, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 9 188 190 -
CMYK 0.95 0.01 0 0.25
HSL 180.66º 0.91% 0.39% -
HSV(B) 180.66º 0.95% 0.75% -
XYZ 27.39 39.74 54.94 -
YUV 134.71 159.2 38.34 -
System Red Green Blue C M Y K H S L
Decimal 9 188 190 0.95 0.01 0 0.25 180.66 0.91 0.39
Hex 9 BC BE 5F 1 0 19 B5 5B 27
Octal 11 274 276 137 1 0 31 265 133 47
Binary 1001 10111100 10111110 1011111 1 0 11001 10110101 1011011 100111

Color Harmonies of #09BCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09BCBE

Black with #09BCBE

Text Example


Text Example

White with #09BCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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