Html Css Color HEX #09BACE Iris Blue

📋 copy color: '#09BACE'

red 9 ◦ green 186 ◦ blue 206

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

Shades of Iris Blue #09BACE

Tints of Iris Blue #09BACE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.38%

 BLUE value IS 206 (80.86% from 255) = 51.37%

R = 2.24%
G = 46.38%
B = 51.37%

CMYK

 C value IS 0.96

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#09BACE (or 0x09BACE) is known color: Iris Blue. HEX triplet: 09, BA and CE. RGB value is (9,186,206). Sum of RGB (Red+Green+Blue) = 9+186+206=401 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.24% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #09BACE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BACE is #F64531. Grayscale: #878787. Windows color (decimal): -16139570 or 13548041. OLE color: 13548041.

HSL color Cylindrical-coordinate representation of color #09BACE: hue angle of 186.09º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09BACE is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 9 186 206 -
CMYK 0.96 0.10 0 0.19
HSL 186.09º 0.92% 0.42% -
HSV(B) 186.09º 0.96% 0.81% -
XYZ 28.81 39.63 64.52 -
YUV 135.36 167.86 37.87 -
System Red Green Blue C M Y K H S L
Decimal 9 186 206 0.96 0.10 0 0.19 186.09 0.92 0.42
Hex 9 BA CE 60 A 0 13 BA 5C 2A
Octal 11 272 316 140 12 0 23 272 134 52
Binary 1001 10111010 11001110 1100000 1010 0 10011 10111010 1011100 101010

Color Harmonies of #09BACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09BACE

Black with #09BACE

Text Example


Text Example

White with #09BACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,186,206); }

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

background-color css

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

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

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

border-color css

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

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

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