Html Css Color HEX #03AAD5 Iris Blue

📋 copy color: '#03AAD5'

red 3 ◦ green 170 ◦ blue 213

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

Shades of Iris Blue #03AAD5

Tints of Iris Blue #03AAD5

RGB

 RED value IS 3 (1.56% from 255) = 0.78%

 GREEN value IS 170 (66.8% from 255) = 44.04%

 BLUE value IS 213 (83.59% from 255) = 55.18%

R = 0.78%
G = 44.04%
B = 55.18%

CMYK

 C value IS 0.99

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#03AAD5 (or 0x03AAD5) is known color: Iris Blue. HEX triplet: 03, AA and D5. RGB value is (3,170,213). Sum of RGB (Red+Green+Blue) = 3+170+213=386 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 386); Green value is 170 (66.80% from 255 or 44.04% from 386); Blue value is 213 (83.59% from 255 or 55.18% from 386); Max value from RGB is 213 - color contains mainly: blue. Hex color #03AAD5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03AAD5 is #FC552A. Grayscale: #7C7C7C. Windows color (decimal): -16536875 or 14002691. OLE color: 14002691.

HSL color Cylindrical-coordinate representation of color #03AAD5: hue angle of 192.29º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03AAD5 is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 3 170 213 -
CMYK 0.99 0.20 0 0.16
HSL 192.29º 0.97% 0.42% -
HSV(B) 192.29º 0.99% 0.84% -
XYZ 26.42 33.57 68.04 -
YUV 124.97 177.67 41 -
System Red Green Blue C M Y K H S L
Decimal 3 170 213 0.99 0.20 0 0.16 192.29 0.97 0.42
Hex 3 AA D5 63 14 0 10 C0 61 2A
Octal 3 252 325 143 24 0 20 300 141 52
Binary 11 10101010 11010101 1100011 10100 0 10000 11000000 1100001 101010

Color Harmonies of #03AAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03AAD5

Black with #03AAD5

Text Example


Text Example

White with #03AAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03AAD5; }

 p { color: rgb(3,170,213); }

 H1.HeaderClassName
 {
   color: #03AAD5;
 }
 .AnyTagClassName
 {
   color: #03AAD5;
 }
</style>

background-color css

<style>
 a { background-color: #03AAD5; }

 a { background-color: rgb(3,170,213); }

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

border-color css

<style>
 span { border-color: #03AAD5; }

 span { border-color: rgb(3,170,213); }

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