Html Css Color HEX #09AFDB Iris Blue

📋 copy color: '#09AFDB'

red 9 ◦ green 175 ◦ blue 219

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

Shades of Iris Blue #09AFDB

Tints of Iris Blue #09AFDB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 43.42%

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

R = 2.23%
G = 43.42%
B = 54.34%

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

#09AFDB (or 0x09AFDB) is known color: Iris Blue. HEX triplet: 09, AF and DB. RGB value is (9,175,219). Sum of RGB (Red+Green+Blue) = 9+175+219=403 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.23% from 403); Green value is 175 (68.75% from 255 or 43.42% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #09AFDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09AFDB is #F65024. Grayscale: #828282. Windows color (decimal): -16142373 or 14397193. OLE color: 14397193.

HSL color Cylindrical-coordinate representation of color #09AFDB: hue angle of 192.57º 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 #09AFDB is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 9 175 219 -
CMYK 0.96 0.20 0 0.14
HSL 192.57º 0.92% 0.45% -
HSV(B) 192.57º 0.96% 0.86% -
XYZ 28.23 35.83 72.45 -
YUV 130.38 178 41.42 -
System Red Green Blue C M Y K H S L
Decimal 9 175 219 0.96 0.20 0 0.14 192.57 0.92 0.45
Hex 9 AF DB 60 14 0 E C1 5C 2D
Octal 11 257 333 140 24 0 16 301 134 55
Binary 1001 10101111 11011011 1100000 10100 0 1110 11000001 1011100 101101

Color Harmonies of #09AFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AFDB

Black with #09AFDB

Text Example


Text Example

White with #09AFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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