Html Css Color HEX #03AFE1 Iris Blue

📋 copy color: '#03AFE1'

red 3 ◦ green 175 ◦ blue 225

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

Shades of Iris Blue #03AFE1

Tints of Iris Blue #03AFE1

RGB

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

 GREEN value IS 175 (68.75% from 255) = 43.42%

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

R = 0.74%
G = 43.42%
B = 55.83%

CMYK

 C value IS 0.99

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#03AFE1 (or 0x03AFE1) is known color: Iris Blue. HEX triplet: 03, AF and E1. RGB value is (3,175,225). Sum of RGB (Red+Green+Blue) = 3+175+225=403 (53% of max value = 765). Red value is 3 (1.56% from 255 or 0.74% from 403); Green value is 175 (68.75% from 255 or 43.42% from 403); Blue value is 225 (88.28% from 255 or 55.83% from 403); Max value from RGB is 225 - color contains mainly: blue. Hex color #03AFE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03AFE1 is #FC501E. Grayscale: #808080. Windows color (decimal): -16535583 or 14790403. OLE color: 14790403.

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

Color convert

RGB 3 175 225 -
CMYK 0.99 0.22 0 0.12
HSL 193.51º 0.97% 0.45% -
HSV(B) 193.51º 0.99% 0.88% -
XYZ 28.96 36.12 76.68 -
YUV 129.27 182.02 37.93 -
System Red Green Blue C M Y K H S L
Decimal 3 175 225 0.99 0.22 0 0.12 193.51 0.97 0.45
Hex 3 AF E1 63 16 0 C C2 61 2D
Octal 3 257 341 143 26 0 14 302 141 55
Binary 11 10101111 11100001 1100011 10110 0 1100 11000010 1100001 101101

Color Harmonies of #03AFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03AFE1

Black with #03AFE1

Text Example


Text Example

White with #03AFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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