Html Css Color HEX #03ADBC Iris Blue

📋 copy color: '#03ADBC'

red 3 ◦ green 173 ◦ blue 188

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

Shades of Iris Blue #03ADBC

Tints of Iris Blue #03ADBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.65%

R = 0.82%
G = 47.53%
B = 51.65%

CMYK

 C value IS 0.98

 M value IS 0.08

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#03ADBC (or 0x03ADBC) is known color: Iris Blue. HEX triplet: 03, AD and BC. RGB value is (3,173,188). Sum of RGB (Red+Green+Blue) = 3+173+188=364 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 364); Green value is 173 (67.97% from 255 or 47.53% from 364); Blue value is 188 (73.83% from 255 or 51.65% from 364); Max value from RGB is 188 - color contains mainly: blue. Hex color #03ADBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03ADBC is #FC5243. Grayscale: #7B7B7B. Windows color (decimal): -16536132 or 12365059. OLE color: 12365059.

HSL color Cylindrical-coordinate representation of color #03ADBC: hue angle of 184.86º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03ADBC is Cyan = 0.98, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 3 173 188 -
CMYK 0.98 0.08 0 0.26
HSL 184.86º 0.97% 0.37% -
HSV(B) 184.86º 0.98% 0.74% -
XYZ 24.06 33.54 52.78 -
YUV 123.88 164.18 41.78 -
System Red Green Blue C M Y K H S L
Decimal 3 173 188 0.98 0.08 0 0.26 184.86 0.97 0.37
Hex 3 AD BC 62 8 0 1A B9 61 25
Octal 3 255 274 142 10 0 32 271 141 45
Binary 11 10101101 10111100 1100010 1000 0 11010 10111001 1100001 100101

Color Harmonies of #03ADBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03ADBC

Black with #03ADBC

Text Example


Text Example

White with #03ADBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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