Html Css Color HEX #03AADB Iris Blue

📋 copy color: '#03AADB'

red 3 ◦ green 170 ◦ blue 219

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

Shades of Iris Blue #03AADB

Tints of Iris Blue #03AADB

RGB

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

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

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

R = 0.77%
G = 43.37%
B = 55.87%

CMYK

 C value IS 0.99

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#03AADB (or 0x03AADB) is known color: Iris Blue. HEX triplet: 03, AA and DB. RGB value is (3,170,219). Sum of RGB (Red+Green+Blue) = 3+170+219=392 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.77% from 392); Green value is 170 (66.80% from 255 or 43.37% from 392); Blue value is 219 (85.94% from 255 or 55.87% from 392); Max value from RGB is 219 - color contains mainly: blue. Hex color #03AADB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03AADB is #FC5524. Grayscale: #7D7D7D. Windows color (decimal): -16536869 or 14395907. OLE color: 14395907.

HSL color Cylindrical-coordinate representation of color #03AADB: hue angle of 193.61º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03AADB is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 3 170 219 -
CMYK 0.99 0.22 0 0.14
HSL 193.61º 0.97% 0.44% -
HSV(B) 193.61º 0.99% 0.86% -
XYZ 27.2 33.88 72.12 -
YUV 125.65 180.67 40.52 -
System Red Green Blue C M Y K H S L
Decimal 3 170 219 0.99 0.22 0 0.14 193.61 0.97 0.44
Hex 3 AA DB 63 16 0 E C2 61 2C
Octal 3 252 333 143 26 0 16 302 141 54
Binary 11 10101010 11011011 1100011 10110 0 1110 11000010 1100001 101100

Color Harmonies of #03AADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03AADB

Black with #03AADB

Text Example


Text Example

White with #03AADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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