Html Css Color HEX #03ACCB Iris Blue

📋 copy color: '#03ACCB'

red 3 ◦ green 172 ◦ blue 203

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

Shades of Iris Blue #03ACCB

Tints of Iris Blue #03ACCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 53.7%

R = 0.79%
G = 45.5%
B = 53.7%

CMYK

 C value IS 0.99

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#03ACCB (or 0x03ACCB) is known color: Iris Blue. HEX triplet: 03, AC and CB. RGB value is (3,172,203). Sum of RGB (Red+Green+Blue) = 3+172+203=378 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 378); Green value is 172 (67.58% from 255 or 45.50% from 378); Blue value is 203 (79.69% from 255 or 53.70% from 378); Max value from RGB is 203 - color contains mainly: blue. Hex color #03ACCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03ACCB is #FC5334. Grayscale: #7C7C7C. Windows color (decimal): -16536373 or 13347843. OLE color: 13347843.

HSL color Cylindrical-coordinate representation of color #03ACCB: hue angle of 189.3º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03ACCB is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 3 172 203 -
CMYK 0.99 0.15 0 0.20
HSL 189.3º 0.97% 0.4% -
HSV(B) 189.3º 0.99% 0.8% -
XYZ 25.57 33.84 61.68 -
YUV 125 172.01 40.98 -
System Red Green Blue C M Y K H S L
Decimal 3 172 203 0.99 0.15 0 0.20 189.3 0.97 0.4
Hex 3 AC CB 63 F 0 14 BD 61 28
Octal 3 254 313 143 17 0 24 275 141 50
Binary 11 10101100 11001011 1100011 1111 0 10100 10111101 1100001 101000

Color Harmonies of #03ACCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03ACCB

Black with #03ACCB

Text Example


Text Example

White with #03ACCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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