Html Css Color HEX #03ADE1 Iris Blue

📋 copy color: '#03ADE1'

red 3 ◦ green 173 ◦ blue 225

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

Shades of Iris Blue #03ADE1

Tints of Iris Blue #03ADE1

RGB

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

 GREEN value IS 173 (67.97% from 255) = 43.14%

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

R = 0.75%
G = 43.14%
B = 56.11%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#03ADE1 (or 0x03ADE1) is known color: Iris Blue. HEX triplet: 03, AD and E1. RGB value is (3,173,225). Sum of RGB (Red+Green+Blue) = 3+173+225=401 (53% of max value = 765). Red value is 3 (1.56% from 255 or 0.75% from 401); Green value is 173 (67.97% from 255 or 43.14% from 401); Blue value is 225 (88.28% from 255 or 56.11% from 401); Max value from RGB is 225 - color contains mainly: blue. Hex color #03ADE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03ADE1 is #FC521E. Grayscale: #7F7F7F. Windows color (decimal): -16536095 or 14789891. OLE color: 14789891.

HSL color Cylindrical-coordinate representation of color #03ADE1: hue angle of 194.05º 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 #03ADE1 is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 3 173 225 -
CMYK 0.99 0.23 0 0.12
HSL 194.05º 0.97% 0.45% -
HSV(B) 194.05º 0.99% 0.88% -
XYZ 28.57 35.34 76.55 -
YUV 128.1 182.68 38.77 -
System Red Green Blue C M Y K H S L
Decimal 3 173 225 0.99 0.23 0 0.12 194.05 0.97 0.45
Hex 3 AD E1 63 17 0 C C2 61 2D
Octal 3 255 341 143 27 0 14 302 141 55
Binary 11 10101101 11100001 1100011 10111 0 1100 11000010 1100001 101101

Color Harmonies of #03ADE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03ADE1

Black with #03ADE1

Text Example


Text Example

White with #03ADE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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