Html Css Color HEX #03ADDD Iris Blue

📋 copy color: '#03ADDD'

red 3 ◦ green 173 ◦ blue 221

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

Shades of Iris Blue #03ADDD

Tints of Iris Blue #03ADDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.67%

R = 0.76%
G = 43.58%
B = 55.67%

CMYK

 C value IS 0.99

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#03ADDD (or 0x03ADDD) is known color: Iris Blue. HEX triplet: 03, AD and DD. RGB value is (3,173,221). Sum of RGB (Red+Green+Blue) = 3+173+221=397 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 397); Green value is 173 (67.97% from 255 or 43.58% from 397); Blue value is 221 (86.72% from 255 or 55.67% from 397); Max value from RGB is 221 - color contains mainly: blue. Hex color #03ADDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03ADDD is #FC5222. Grayscale: #7F7F7F. Windows color (decimal): -16536099 or 14527747. OLE color: 14527747.

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

Color convert

RGB 3 173 221 -
CMYK 0.99 0.22 0 0.13
HSL 193.21º 0.97% 0.44% -
HSV(B) 193.21º 0.99% 0.87% -
XYZ 28.03 35.13 73.71 -
YUV 127.64 180.68 39.1 -
System Red Green Blue C M Y K H S L
Decimal 3 173 221 0.99 0.22 0 0.13 193.21 0.97 0.44
Hex 3 AD DD 63 16 0 D C1 61 2C
Octal 3 255 335 143 26 0 15 301 141 54
Binary 11 10101101 11011101 1100011 10110 0 1101 11000001 1100001 101100

Color Harmonies of #03ADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03ADDD

Black with #03ADDD

Text Example


Text Example

White with #03ADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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