Html Css Color HEX #03B1DB Iris Blue

📋 copy color: '#03B1DB'

red 3 ◦ green 177 ◦ blue 219

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

Shades of Iris Blue #03B1DB

Tints of Iris Blue #03B1DB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 44.36%

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

R = 0.75%
G = 44.36%
B = 54.89%

CMYK

 C value IS 0.99

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#03B1DB (or 0x03B1DB) is known color: Iris Blue. HEX triplet: 03, B1 and DB. RGB value is (3,177,219). Sum of RGB (Red+Green+Blue) = 3+177+219=399 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.75% from 399); Green value is 177 (69.53% from 255 or 44.36% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #03B1DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03B1DB is #FC4E24. Grayscale: #818181. Windows color (decimal): -16535077 or 14397699. OLE color: 14397699.

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

Color convert

RGB 3 177 219 -
CMYK 0.99 0.19 0 0.14
HSL 191.67º 0.97% 0.44% -
HSV(B) 191.67º 0.99% 0.86% -
XYZ 28.55 36.58 72.57 -
YUV 129.76 178.35 37.58 -
System Red Green Blue C M Y K H S L
Decimal 3 177 219 0.99 0.19 0 0.14 191.67 0.97 0.44
Hex 3 B1 DB 63 13 0 E C0 61 2C
Octal 3 261 333 143 23 0 16 300 141 54
Binary 11 10110001 11011011 1100011 10011 0 1110 11000000 1100001 101100

Color Harmonies of #03B1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B1DB

Black with #03B1DB

Text Example


Text Example

White with #03B1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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