Html Css Color HEX #03ACE1 Iris Blue

📋 copy color: '#03ACE1'

red 3 ◦ green 172 ◦ blue 225

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

Shades of Iris Blue #03ACE1

Tints of Iris Blue #03ACE1

RGB

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

 GREEN value IS 172 (67.58% from 255) = 43%

 BLUE value IS 225 (88.28% from 255) = 56.25%

R = 0.75%
G = 43%
B = 56.25%

CMYK

 C value IS 0.99

 M value IS 0.24

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#03ACE1 (or 0x03ACE1) is known color: Iris Blue. HEX triplet: 03, AC and E1. RGB value is (3,172,225). Sum of RGB (Red+Green+Blue) = 3+172+225=400 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.75% from 400); Green value is 172 (67.58% from 255 or 43% from 400); Blue value is 225 (88.28% from 255 or 56.25% from 400); Max value from RGB is 225 - color contains mainly: blue. Hex color #03ACE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03ACE1 is #FC531E. Grayscale: #7F7F7F. Windows color (decimal): -16536351 or 14789635. OLE color: 14789635.

HSL color Cylindrical-coordinate representation of color #03ACE1: hue angle of 194.32º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03ACE1 is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 3 172 225 -
CMYK 0.99 0.24 0 0.12
HSL 194.32º 0.97% 0.45% -
HSV(B) 194.32º 0.99% 0.88% -
XYZ 28.38 34.96 76.49 -
YUV 127.51 183.01 39.19 -
System Red Green Blue C M Y K H S L
Decimal 3 172 225 0.99 0.24 0 0.12 194.32 0.97 0.45
Hex 3 AC E1 63 18 0 C C2 61 2D
Octal 3 254 341 143 30 0 14 302 141 55
Binary 11 10101100 11100001 1100011 11000 0 1100 11000010 1100001 101101

Color Harmonies of #03ACE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03ACE1

Black with #03ACE1

Text Example


Text Example

White with #03ACE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,172,225); }

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

background-color css

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

 a { background-color: rgb(3,172,225); }

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

border-color css

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

 span { border-color: rgb(3,172,225); }

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