Html Css Color HEX #03ACD0 Iris Blue

📋 copy color: '#03ACD0'

red 3 ◦ green 172 ◦ blue 208

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

Shades of Iris Blue #03ACD0

Tints of Iris Blue #03ACD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 54.31%

R = 0.78%
G = 44.91%
B = 54.31%

CMYK

 C value IS 0.99

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#03ACD0 (or 0x03ACD0) is known color: Iris Blue. HEX triplet: 03, AC and D0. RGB value is (3,172,208). Sum of RGB (Red+Green+Blue) = 3+172+208=383 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 383); Green value is 172 (67.58% from 255 or 44.91% from 383); Blue value is 208 (81.64% from 255 or 54.31% from 383); Max value from RGB is 208 - color contains mainly: blue. Hex color #03ACD0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03ACD0 is #FC532F. Grayscale: #7D7D7D. Windows color (decimal): -16536368 or 13675523. OLE color: 13675523.

HSL color Cylindrical-coordinate representation of color #03ACD0: hue angle of 190.54º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03ACD0 is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 3 172 208 -
CMYK 0.99 0.17 0 0.18
HSL 190.54º 0.97% 0.41% -
HSV(B) 190.54º 0.99% 0.82% -
XYZ 26.18 34.08 64.87 -
YUV 125.57 174.51 40.57 -
System Red Green Blue C M Y K H S L
Decimal 3 172 208 0.99 0.17 0 0.18 190.54 0.97 0.41
Hex 3 AC D0 63 11 0 12 BF 61 29
Octal 3 254 320 143 21 0 22 277 141 51
Binary 11 10101100 11010000 1100011 10001 0 10010 10111111 1100001 101001

Color Harmonies of #03ACD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03ACD0

Black with #03ACD0

Text Example


Text Example

White with #03ACD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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