Html Css Color HEX #03AFD1 Iris Blue

📋 copy color: '#03AFD1'

red 3 ◦ green 175 ◦ blue 209

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

Shades of Iris Blue #03AFD1

Tints of Iris Blue #03AFD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 54.01%

R = 0.78%
G = 45.22%
B = 54.01%

CMYK

 C value IS 0.99

 M value IS 0.16

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#03AFD1 (or 0x03AFD1) is known color: Iris Blue. HEX triplet: 03, AF and D1. RGB value is (3,175,209). Sum of RGB (Red+Green+Blue) = 3+175+209=387 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 387); Green value is 175 (68.75% from 255 or 45.22% from 387); Blue value is 209 (82.03% from 255 or 54.01% from 387); Max value from RGB is 209 - color contains mainly: blue. Hex color #03AFD1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03AFD1 is #FC502E. Grayscale: #7F7F7F. Windows color (decimal): -16535599 or 13741827. OLE color: 13741827.

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

Color convert

RGB 3 175 209 -
CMYK 0.99 0.16 0 0.18
HSL 189.9º 0.97% 0.42% -
HSV(B) 189.9º 0.99% 0.82% -
XYZ 26.88 35.28 65.72 -
YUV 127.45 174.02 39.24 -
System Red Green Blue C M Y K H S L
Decimal 3 175 209 0.99 0.16 0 0.18 189.9 0.97 0.42
Hex 3 AF D1 63 10 0 12 BE 61 2A
Octal 3 257 321 143 20 0 22 276 141 52
Binary 11 10101111 11010001 1100011 10000 0 10010 10111110 1100001 101010

Color Harmonies of #03AFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03AFD1

Black with #03AFD1

Text Example


Text Example

White with #03AFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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