Html Css Color HEX #03ACB5 Iris Blue

📋 copy color: '#03ACB5'

red 3 ◦ green 172 ◦ blue 181

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

Shades of Iris Blue #03ACB5

Tints of Iris Blue #03ACB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 50.84%

R = 0.84%
G = 48.31%
B = 50.84%

CMYK

 C value IS 0.98

 M value IS 0.05

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#03ACB5 (or 0x03ACB5) is known color: Iris Blue. HEX triplet: 03, AC and B5. RGB value is (3,172,181). Sum of RGB (Red+Green+Blue) = 3+172+181=356 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 356); Green value is 172 (67.58% from 255 or 48.31% from 356); Blue value is 181 (71.09% from 255 or 50.84% from 356); Max value from RGB is 181 - color contains mainly: blue. Hex color #03ACB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03ACB5 is #FC534A. Grayscale: #7A7A7A. Windows color (decimal): -16536395 or 11906051. OLE color: 11906051.

HSL color Cylindrical-coordinate representation of color #03ACB5: hue angle of 183.03º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03ACB5 is Cyan = 0.98, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 3 172 181 -
CMYK 0.98 0.05 0 0.29
HSL 183.03º 0.97% 0.36% -
HSV(B) 183.03º 0.98% 0.71% -
XYZ 23.13 32.86 48.84 -
YUV 122.5 161.01 42.77 -
System Red Green Blue C M Y K H S L
Decimal 3 172 181 0.98 0.05 0 0.29 183.03 0.97 0.36
Hex 3 AC B5 62 5 0 1D B7 61 24
Octal 3 254 265 142 5 0 35 267 141 44
Binary 11 10101100 10110101 1100010 101 0 11101 10110111 1100001 100100

Color Harmonies of #03ACB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03ACB5

Black with #03ACB5

Text Example


Text Example

White with #03ACB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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