Html Css Color HEX #03A8D0 Iris Blue

📋 copy color: '#03A8D0'

red 3 ◦ green 168 ◦ blue 208

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

Shades of Iris Blue #03A8D0

Tints of Iris Blue #03A8D0

RGB

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

 GREEN value IS 168 (66.02% from 255) = 44.33%

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

R = 0.79%
G = 44.33%
B = 54.88%

CMYK

 C value IS 0.99

 M value IS 0.19

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#03A8D0 (or 0x03A8D0) is known color: Iris Blue. HEX triplet: 03, A8 and D0. RGB value is (3,168,208). Sum of RGB (Red+Green+Blue) = 3+168+208=379 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 379); Green value is 168 (66.02% from 255 or 44.33% from 379); Blue value is 208 (81.64% from 255 or 54.88% from 379); Max value from RGB is 208 - color contains mainly: blue. Hex color #03A8D0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03A8D0 is #FC572F. Grayscale: #7A7A7A. Windows color (decimal): -16537392 or 13674499. OLE color: 13674499.

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

Color convert

RGB 3 168 208 -
CMYK 0.99 0.19 0 0.18
HSL 191.71º 0.97% 0.41% -
HSV(B) 191.71º 0.99% 0.82% -
XYZ 25.43 32.58 64.62 -
YUV 123.23 175.84 42.25 -
System Red Green Blue C M Y K H S L
Decimal 3 168 208 0.99 0.19 0 0.18 191.71 0.97 0.41
Hex 3 A8 D0 63 13 0 12 C0 61 29
Octal 3 250 320 143 23 0 22 300 141 51
Binary 11 10101000 11010000 1100011 10011 0 10010 11000000 1100001 101001

Color Harmonies of #03A8D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03A8D0

Black with #03A8D0

Text Example


Text Example

White with #03A8D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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