Html Css Color HEX #09B0DB Iris Blue

📋 copy color: '#09B0DB'

red 9 ◦ green 176 ◦ blue 219

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

Shades of Iris Blue #09B0DB

Tints of Iris Blue #09B0DB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.56%

 BLUE value IS 219 (85.94% from 255) = 54.21%

R = 2.23%
G = 43.56%
B = 54.21%

CMYK

 C value IS 0.96

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#09B0DB (or 0x09B0DB) is known color: Iris Blue. HEX triplet: 09, B0 and DB. RGB value is (9,176,219). Sum of RGB (Red+Green+Blue) = 9+176+219=404 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.23% from 404); Green value is 176 (69.14% from 255 or 43.56% from 404); Blue value is 219 (85.94% from 255 or 54.21% from 404); Max value from RGB is 219 - color contains mainly: blue. Hex color #09B0DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09B0DB is #F64F24. Grayscale: #828282. Windows color (decimal): -16142117 or 14397449. OLE color: 14397449.

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

Color convert

RGB 9 176 219 -
CMYK 0.96 0.20 0 0.14
HSL 192.29º 0.92% 0.45% -
HSV(B) 192.29º 0.96% 0.86% -
XYZ 28.42 36.22 72.51 -
YUV 130.97 177.67 41 -
System Red Green Blue C M Y K H S L
Decimal 9 176 219 0.96 0.20 0 0.14 192.29 0.92 0.45
Hex 9 B0 DB 60 14 0 E C0 5C 2D
Octal 11 260 333 140 24 0 16 300 134 55
Binary 1001 10110000 11011011 1100000 10100 0 1110 11000000 1011100 101101

Color Harmonies of #09B0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09B0DB

Black with #09B0DB

Text Example


Text Example

White with #09B0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,176,219); }

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

background-color css

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

 a { background-color: rgb(9,176,219); }

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

border-color css

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

 span { border-color: rgb(9,176,219); }

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