Html Css Color HEX #03AED8 Iris Blue

📋 copy color: '#03AED8'

red 3 ◦ green 174 ◦ blue 216

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

Shades of Iris Blue #03AED8

Tints of Iris Blue #03AED8

RGB

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

 GREEN value IS 174 (68.36% from 255) = 44.27%

 BLUE value IS 216 (84.77% from 255) = 54.96%

R = 0.76%
G = 44.27%
B = 54.96%

CMYK

 C value IS 0.99

 M value IS 0.19

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#03AED8 (or 0x03AED8) is known color: Iris Blue. HEX triplet: 03, AE and D8. RGB value is (3,174,216). Sum of RGB (Red+Green+Blue) = 3+174+216=393 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 393); Green value is 174 (68.36% from 255 or 44.27% from 393); Blue value is 216 (84.77% from 255 or 54.96% from 393); Max value from RGB is 216 - color contains mainly: blue. Hex color #03AED8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03AED8 is #FC5127. Grayscale: #7F7F7F. Windows color (decimal): -16535848 or 14200323. OLE color: 14200323.

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

Color convert

RGB 3 174 216 -
CMYK 0.99 0.19 0 0.15
HSL 191.83º 0.97% 0.43% -
HSV(B) 191.83º 0.99% 0.85% -
XYZ 27.57 35.25 70.32 -
YUV 127.66 177.85 39.08 -
System Red Green Blue C M Y K H S L
Decimal 3 174 216 0.99 0.19 0 0.15 191.83 0.97 0.43
Hex 3 AE D8 63 13 0 F C0 61 2B
Octal 3 256 330 143 23 0 17 300 141 53
Binary 11 10101110 11011000 1100011 10011 0 1111 11000000 1100001 101011

Color Harmonies of #03AED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03AED8

Black with #03AED8

Text Example


Text Example

White with #03AED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,174,216); }

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

background-color css

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

 a { background-color: rgb(3,174,216); }

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

border-color css

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

 span { border-color: rgb(3,174,216); }

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