Html Css Color HEX #09BAD8 Iris Blue

📋 copy color: '#09BAD8'

red 9 ◦ green 186 ◦ blue 216

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

Shades of Iris Blue #09BAD8

Tints of Iris Blue #09BAD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 52.55%

R = 2.19%
G = 45.26%
B = 52.55%

CMYK

 C value IS 0.96

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#09BAD8 (or 0x09BAD8) is known color: Iris Blue. HEX triplet: 09, BA and D8. RGB value is (9,186,216). Sum of RGB (Red+Green+Blue) = 9+186+216=411 (54% of max value = 765). Red value is 9 (3.91% from 255 or 2.19% from 411); Green value is 186 (73.05% from 255 or 45.26% from 411); Blue value is 216 (84.77% from 255 or 52.55% from 411); Max value from RGB is 216 - color contains mainly: blue. Hex color #09BAD8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BAD8 is #F64527. Grayscale: #888888. Windows color (decimal): -16139560 or 14203401. OLE color: 14203401.

HSL color Cylindrical-coordinate representation of color #09BAD8: hue angle of 188.7º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09BAD8 is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 9 186 216 -
CMYK 0.96 0.14 0 0.15
HSL 188.7º 0.92% 0.44% -
HSV(B) 188.7º 0.96% 0.85% -
XYZ 30.07 40.13 71.13 -
YUV 136.5 172.86 37.06 -
System Red Green Blue C M Y K H S L
Decimal 9 186 216 0.96 0.14 0 0.15 188.7 0.92 0.44
Hex 9 BA D8 60 E 0 F BD 5C 2C
Octal 11 272 330 140 16 0 17 275 134 54
Binary 1001 10111010 11011000 1100000 1110 0 1111 10111101 1011100 101100

Color Harmonies of #09BAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09BAD8

Black with #09BAD8

Text Example


Text Example

White with #09BAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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