Html Css Color HEX #03A8D3 Iris Blue

📋 copy color: '#03A8D3'

red 3 ◦ green 168 ◦ blue 211

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

Shades of Iris Blue #03A8D3

Tints of Iris Blue #03A8D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 55.24%

R = 0.79%
G = 43.98%
B = 55.24%

CMYK

 C value IS 0.99

 M value IS 0.20

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#03A8D3 (or 0x03A8D3) is known color: Iris Blue. HEX triplet: 03, A8 and D3. RGB value is (3,168,211). Sum of RGB (Red+Green+Blue) = 3+168+211=382 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 382); Green value is 168 (66.02% from 255 or 43.98% from 382); Blue value is 211 (82.81% from 255 or 55.24% from 382); Max value from RGB is 211 - color contains mainly: blue. Hex color #03A8D3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03A8D3 is #FC572C. Grayscale: #7B7B7B. Windows color (decimal): -16537389 or 13871107. OLE color: 13871107.

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

Color convert

RGB 3 168 211 -
CMYK 0.99 0.20 0 0.17
HSL 192.4º 0.97% 0.42% -
HSV(B) 192.4º 0.99% 0.83% -
XYZ 25.8 32.73 66.59 -
YUV 123.57 177.34 42 -
System Red Green Blue C M Y K H S L
Decimal 3 168 211 0.99 0.20 0 0.17 192.4 0.97 0.42
Hex 3 A8 D3 63 14 0 11 C0 61 2A
Octal 3 250 323 143 24 0 21 300 141 52
Binary 11 10101000 11010011 1100011 10100 0 10001 11000000 1100001 101010

Color Harmonies of #03A8D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03A8D3

Black with #03A8D3

Text Example


Text Example

White with #03A8D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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