Html Css Color HEX #09BAC6 Iris Blue

📋 copy color: '#09BAC6'

red 9 ◦ green 186 ◦ blue 198

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

Shades of Iris Blue #09BAC6

Tints of Iris Blue #09BAC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 50.38%

R = 2.29%
G = 47.33%
B = 50.38%

CMYK

 C value IS 0.95

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#09BAC6 (or 0x09BAC6) is known color: Iris Blue. HEX triplet: 09, BA and C6. RGB value is (9,186,198). Sum of RGB (Red+Green+Blue) = 9+186+198=393 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.29% from 393); Green value is 186 (73.05% from 255 or 47.33% from 393); Blue value is 198 (77.73% from 255 or 50.38% from 393); Max value from RGB is 198 - color contains mainly: blue. Hex color #09BAC6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BAC6 is #F64539. Grayscale: #868686. Windows color (decimal): -16139578 or 13023753. OLE color: 13023753.

HSL color Cylindrical-coordinate representation of color #09BAC6: hue angle of 183.81º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09BAC6 is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 9 186 198 -
CMYK 0.95 0.06 0 0.22
HSL 183.81º 0.91% 0.41% -
HSV(B) 183.81º 0.95% 0.78% -
XYZ 27.86 39.25 59.53 -
YUV 134.45 163.86 38.52 -
System Red Green Blue C M Y K H S L
Decimal 9 186 198 0.95 0.06 0 0.22 183.81 0.91 0.41
Hex 9 BA C6 5F 6 0 16 B8 5B 29
Octal 11 272 306 137 6 0 26 270 133 51
Binary 1001 10111010 11000110 1011111 110 0 10110 10111000 1011011 101001

Color Harmonies of #09BAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09BAC6

Black with #09BAC6

Text Example


Text Example

White with #09BAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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