Html Css Color HEX #03AFDC Iris Blue

📋 copy color: '#03AFDC'

red 3 ◦ green 175 ◦ blue 220

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

Shades of Iris Blue #03AFDC

Tints of Iris Blue #03AFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 55.28%

R = 0.75%
G = 43.97%
B = 55.28%

CMYK

 C value IS 0.99

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#03AFDC (or 0x03AFDC) is known color: Iris Blue. HEX triplet: 03, AF and DC. RGB value is (3,175,220). Sum of RGB (Red+Green+Blue) = 3+175+220=398 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.75% from 398); Green value is 175 (68.75% from 255 or 43.97% from 398); Blue value is 220 (86.33% from 255 or 55.28% from 398); Max value from RGB is 220 - color contains mainly: blue. Hex color #03AFDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03AFDC is #FC5023. Grayscale: #808080. Windows color (decimal): -16535588 or 14462723. OLE color: 14462723.

HSL color Cylindrical-coordinate representation of color #03AFDC: hue angle of 192.44º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03AFDC is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 3 175 220 -
CMYK 0.99 0.20 0 0.14
HSL 192.44º 0.97% 0.44% -
HSV(B) 192.44º 0.99% 0.86% -
XYZ 28.29 35.85 73.14 -
YUV 128.7 179.52 38.34 -
System Red Green Blue C M Y K H S L
Decimal 3 175 220 0.99 0.20 0 0.14 192.44 0.97 0.44
Hex 3 AF DC 63 14 0 E C0 61 2C
Octal 3 257 334 143 24 0 16 300 141 54
Binary 11 10101111 11011100 1100011 10100 0 1110 11000000 1100001 101100

Color Harmonies of #03AFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03AFDC

Black with #03AFDC

Text Example


Text Example

White with #03AFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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