Html Css Color HEX #09BACD Iris Blue

📋 copy color: '#09BACD'

red 9 ◦ green 186 ◦ blue 205

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

Shades of Iris Blue #09BACD

Tints of Iris Blue #09BACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.25%

R = 2.25%
G = 46.5%
B = 51.25%

CMYK

 C value IS 0.96

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#09BACD (or 0x09BACD) is known color: Iris Blue. HEX triplet: 09, BA and CD. RGB value is (9,186,205). Sum of RGB (Red+Green+Blue) = 9+186+205=400 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.25% from 400); Green value is 186 (73.05% from 255 or 46.5% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #09BACD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BACD is #F64532. Grayscale: #868686. Windows color (decimal): -16139571 or 13482505. OLE color: 13482505.

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

Color convert

RGB 9 186 205 -
CMYK 0.96 0.09 0 0.20
HSL 185.82º 0.92% 0.42% -
HSV(B) 185.82º 0.96% 0.8% -
XYZ 28.69 39.58 63.89 -
YUV 135.24 167.36 37.96 -
System Red Green Blue C M Y K H S L
Decimal 9 186 205 0.96 0.09 0 0.20 185.82 0.92 0.42
Hex 9 BA CD 60 9 0 14 BA 5C 2A
Octal 11 272 315 140 11 0 24 272 134 52
Binary 1001 10111010 11001101 1100000 1001 0 10100 10111010 1011100 101010

Color Harmonies of #09BACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09BACD

Black with #09BACD

Text Example


Text Example

White with #09BACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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