Html Css Color HEX #03ABDC Iris Blue

📋 copy color: '#03ABDC'

red 3 ◦ green 171 ◦ blue 220

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

Shades of Iris Blue #03ABDC

Tints of Iris Blue #03ABDC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.4%

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

R = 0.76%
G = 43.4%
B = 55.84%

CMYK

 C value IS 0.99

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#03ABDC (or 0x03ABDC) is known color: Iris Blue. HEX triplet: 03, AB and DC. RGB value is (3,171,220). Sum of RGB (Red+Green+Blue) = 3+171+220=394 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 220 (86.33% from 255 or 55.84% from 394); Max value from RGB is 220 - color contains mainly: blue. Hex color #03ABDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03ABDC is #FC5423. Grayscale: #7D7D7D. Windows color (decimal): -16536612 or 14461699. OLE color: 14461699.

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

Color convert

RGB 3 171 220 -
CMYK 0.99 0.22 0 0.14
HSL 193.55º 0.97% 0.44% -
HSV(B) 193.55º 0.99% 0.86% -
XYZ 27.52 34.31 72.88 -
YUV 126.35 180.84 40.02 -
System Red Green Blue C M Y K H S L
Decimal 3 171 220 0.99 0.22 0 0.14 193.55 0.97 0.44
Hex 3 AB DC 63 16 0 E C2 61 2C
Octal 3 253 334 143 26 0 16 302 141 54
Binary 11 10101011 11011100 1100011 10110 0 1110 11000010 1100001 101100

Color Harmonies of #03ABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03ABDC

Black with #03ABDC

Text Example


Text Example

White with #03ABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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