Html Css Color HEX #09A8E5 Iris Blue

📋 copy color: '#09A8E5'

red 9 ◦ green 168 ◦ blue 229

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

Shades of Iris Blue #09A8E5

Tints of Iris Blue #09A8E5

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.38%

 BLUE value IS 229 (89.84% from 255) = 56.4%

R = 2.22%
G = 41.38%
B = 56.4%

CMYK

 C value IS 0.96

 M value IS 0.27

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#09A8E5 (or 0x09A8E5) is known color: Iris Blue. HEX triplet: 09, A8 and E5. RGB value is (9,168,229). Sum of RGB (Red+Green+Blue) = 9+168+229=406 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.22% from 406); Green value is 168 (66.02% from 255 or 41.38% from 406); Blue value is 229 (89.84% from 255 or 56.40% from 406); Max value from RGB is 229 - color contains mainly: blue. Hex color #09A8E5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09A8E5 is #F6571A. Grayscale: #7F7F7F. Windows color (decimal): -16144155 or 15050761. OLE color: 15050761.

HSL color Cylindrical-coordinate representation of color #09A8E5: hue angle of 196.64º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09A8E5 is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 9 168 229 -
CMYK 0.96 0.27 0 0.10
HSL 196.64º 0.92% 0.47% -
HSV(B) 196.64º 0.96% 0.9% -
XYZ 28.26 33.72 79.15 -
YUV 127.41 185.32 43.54 -
System Red Green Blue C M Y K H S L
Decimal 9 168 229 0.96 0.27 0 0.10 196.64 0.92 0.47
Hex 9 A8 E5 60 1B 0 A C5 5C 2F
Octal 11 250 345 140 33 0 12 305 134 57
Binary 1001 10101000 11100101 1100000 11011 0 1010 11000101 1011100 101111

Color Harmonies of #09A8E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A8E5

Black with #09A8E5

Text Example


Text Example

White with #09A8E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,168,229); }

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

background-color css

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

 a { background-color: rgb(9,168,229); }

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

border-color css

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

 span { border-color: rgb(9,168,229); }

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