Html Css Color HEX #03ACDB Iris Blue

📋 copy color: '#03ACDB'

red 3 ◦ green 172 ◦ blue 219

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

Shades of Iris Blue #03ACDB

Tints of Iris Blue #03ACDB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 43.65%

 BLUE value IS 219 (85.94% from 255) = 55.58%

R = 0.76%
G = 43.65%
B = 55.58%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#03ACDB (or 0x03ACDB) is known color: Iris Blue. HEX triplet: 03, AC and DB. RGB value is (3,172,219). Sum of RGB (Red+Green+Blue) = 3+172+219=394 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 394); Green value is 172 (67.58% from 255 or 43.65% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #03ACDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03ACDB is #FC5324. Grayscale: #7E7E7E. Windows color (decimal): -16536357 or 14396419. OLE color: 14396419.

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

Color convert

RGB 3 172 219 -
CMYK 0.99 0.21 0 0.14
HSL 193.06º 0.97% 0.44% -
HSV(B) 193.06º 0.99% 0.86% -
XYZ 27.58 34.64 72.25 -
YUV 126.83 180.01 39.68 -
System Red Green Blue C M Y K H S L
Decimal 3 172 219 0.99 0.21 0 0.14 193.06 0.97 0.44
Hex 3 AC DB 63 15 0 E C1 61 2C
Octal 3 254 333 143 25 0 16 301 141 54
Binary 11 10101100 11011011 1100011 10101 0 1110 11000001 1100001 101100

Color Harmonies of #03ACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03ACDB

Black with #03ACDB

Text Example


Text Example

White with #03ACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,172,219); }

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

background-color css

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

 a { background-color: rgb(3,172,219); }

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

border-color css

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

 span { border-color: rgb(3,172,219); }

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