Html Css Color HEX #03AACD Iris Blue

📋 copy color: '#03AACD'

red 3 ◦ green 170 ◦ blue 205

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

Shades of Iris Blue #03AACD

Tints of Iris Blue #03AACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 54.23%

R = 0.79%
G = 44.97%
B = 54.23%

CMYK

 C value IS 0.99

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#03AACD (or 0x03AACD) is known color: Iris Blue. HEX triplet: 03, AA and CD. RGB value is (3,170,205). Sum of RGB (Red+Green+Blue) = 3+170+205=378 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 378); Green value is 170 (66.80% from 255 or 44.97% from 378); Blue value is 205 (80.47% from 255 or 54.23% from 378); Max value from RGB is 205 - color contains mainly: blue. Hex color #03AACD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03AACD is #FC5532. Grayscale: #7B7B7B. Windows color (decimal): -16536883 or 13478403. OLE color: 13478403.

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

Color convert

RGB 3 170 205 -
CMYK 0.99 0.17 0 0.20
HSL 190.4º 0.97% 0.41% -
HSV(B) 190.4º 0.99% 0.8% -
XYZ 25.43 33.18 62.82 -
YUV 124.06 173.67 41.65 -
System Red Green Blue C M Y K H S L
Decimal 3 170 205 0.99 0.17 0 0.20 190.4 0.97 0.41
Hex 3 AA CD 63 11 0 14 BE 61 29
Octal 3 252 315 143 21 0 24 276 141 51
Binary 11 10101010 11001101 1100011 10001 0 10100 10111110 1100001 101001

Color Harmonies of #03AACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03AACD

Black with #03AACD

Text Example


Text Example

White with #03AACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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