Html Css Color HEX #03AACF Iris Blue

📋 copy color: '#03AACF'

red 3 ◦ green 170 ◦ blue 207

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

Shades of Iris Blue #03AACF

Tints of Iris Blue #03AACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 54.47%

R = 0.79%
G = 44.74%
B = 54.47%

CMYK

 C value IS 0.99

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#03AACF (or 0x03AACF) is known color: Iris Blue. HEX triplet: 03, AA and CF. RGB value is (3,170,207). Sum of RGB (Red+Green+Blue) = 3+170+207=380 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 380); Green value is 170 (66.80% from 255 or 44.74% from 380); Blue value is 207 (81.25% from 255 or 54.47% from 380); Max value from RGB is 207 - color contains mainly: blue. Hex color #03AACF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03AACF is #FC5530. Grayscale: #7B7B7B. Windows color (decimal): -16536881 or 13609475. OLE color: 13609475.

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

Color convert

RGB 3 170 207 -
CMYK 0.99 0.18 0 0.19
HSL 190.88º 0.97% 0.41% -
HSV(B) 190.88º 0.99% 0.81% -
XYZ 25.67 33.27 64.1 -
YUV 124.29 174.67 41.49 -
System Red Green Blue C M Y K H S L
Decimal 3 170 207 0.99 0.18 0 0.19 190.88 0.97 0.41
Hex 3 AA CF 63 12 0 13 BF 61 29
Octal 3 252 317 143 22 0 23 277 141 51
Binary 11 10101010 11001111 1100011 10010 0 10011 10111111 1100001 101001

Color Harmonies of #03AACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03AACF

Black with #03AACF

Text Example


Text Example

White with #03AACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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