Html Css Color HEX #09C0BF Iris Blue

📋 copy color: '#09C0BF'

red 9 ◦ green 192 ◦ blue 191

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

Shades of Iris Blue #09C0BF

Tints of Iris Blue #09C0BF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 48.98%

 BLUE value IS 191 (75% from 255) = 48.72%

R = 2.3%
G = 48.98%
B = 48.72%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#09C0BF (or 0x09C0BF) is known color: Iris Blue. HEX triplet: 09, C0 and BF. RGB value is (9,192,191). Sum of RGB (Red+Green+Blue) = 9+192+191=392 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.30% from 392); Green value is 192 (75.39% from 255 or 48.98% from 392); Blue value is 191 (75% from 255 or 48.72% from 392); Max value from RGB is 192 - color contains mainly: green. Hex color #09C0BF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09C0BF is #F63F40. Grayscale: #888888. Windows color (decimal): -16138049 or 12566537. OLE color: 12566537.

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

Color convert

RGB 9 192 191 -
CMYK 0.95 0 0.01 0.25
HSL 179.67º 0.91% 0.39% -
HSV(B) 179.67º 0.95% 0.75% -
XYZ 28.37 41.52 55.81 -
YUV 137.17 158.37 36.58 -
System Red Green Blue C M Y K H S L
Decimal 9 192 191 0.95 0 0.01 0.25 179.67 0.91 0.39
Hex 9 C0 BF 5F 0 1 19 B4 5B 27
Octal 11 300 277 137 0 1 31 264 133 47
Binary 1001 11000000 10111111 1011111 0 1 11001 10110100 1011011 100111

Color Harmonies of #09C0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09C0BF

Black with #09C0BF

Text Example


Text Example

White with #09C0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,192,191); }

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

background-color css

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

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

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

border-color css

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

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

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