Html Css Color HEX #03B0DB Iris Blue

📋 copy color: '#03B0DB'

red 3 ◦ green 176 ◦ blue 219

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

Shades of Iris Blue #03B0DB

Tints of Iris Blue #03B0DB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44.22%

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

R = 0.75%
G = 44.22%
B = 55.03%

CMYK

 C value IS 0.99

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#03B0DB (or 0x03B0DB) is known color: Iris Blue. HEX triplet: 03, B0 and DB. RGB value is (3,176,219). Sum of RGB (Red+Green+Blue) = 3+176+219=398 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.75% from 398); Green value is 176 (69.14% from 255 or 44.22% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #03B0DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03B0DB is #FC4F24. Grayscale: #808080. Windows color (decimal): -16535333 or 14397443. OLE color: 14397443.

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

Color convert

RGB 3 176 219 -
CMYK 0.99 0.20 0 0.14
HSL 191.94º 0.97% 0.44% -
HSV(B) 191.94º 0.99% 0.86% -
XYZ 28.35 36.18 72.51 -
YUV 129.18 178.69 38 -
System Red Green Blue C M Y K H S L
Decimal 3 176 219 0.99 0.20 0 0.14 191.94 0.97 0.44
Hex 3 B0 DB 63 14 0 E C0 61 2C
Octal 3 260 333 143 24 0 16 300 141 54
Binary 11 10110000 11011011 1100011 10100 0 1110 11000000 1100001 101100

Color Harmonies of #03B0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B0DB

Black with #03B0DB

Text Example


Text Example

White with #03B0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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