Html Css Color HEX #03A8DB Iris Blue

📋 copy color: '#03A8DB'

red 3 ◦ green 168 ◦ blue 219

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

Shades of Iris Blue #03A8DB

Tints of Iris Blue #03A8DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 56.15%

R = 0.77%
G = 43.08%
B = 56.15%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#03A8DB (or 0x03A8DB) is known color: Iris Blue. HEX triplet: 03, A8 and DB. RGB value is (3,168,219). Sum of RGB (Red+Green+Blue) = 3+168+219=390 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.77% from 390); Green value is 168 (66.02% from 255 or 43.08% from 390); Blue value is 219 (85.94% from 255 or 56.15% from 390); Max value from RGB is 219 - color contains mainly: blue. Hex color #03A8DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03A8DB is #FC5724. Grayscale: #7C7C7C. Windows color (decimal): -16537381 or 14395395. OLE color: 14395395.

HSL color Cylindrical-coordinate representation of color #03A8DB: hue angle of 194.17º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03A8DB is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 3 168 219 -
CMYK 0.99 0.23 0 0.14
HSL 194.17º 0.97% 0.44% -
HSV(B) 194.17º 0.99% 0.86% -
XYZ 26.83 33.14 72 -
YUV 124.48 181.34 41.35 -
System Red Green Blue C M Y K H S L
Decimal 3 168 219 0.99 0.23 0 0.14 194.17 0.97 0.44
Hex 3 A8 DB 63 17 0 E C2 61 2C
Octal 3 250 333 143 27 0 16 302 141 54
Binary 11 10101000 11011011 1100011 10111 0 1110 11000010 1100001 101100

Color Harmonies of #03A8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03A8DB

Black with #03A8DB

Text Example


Text Example

White with #03A8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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