Html Css Color HEX #03B4DD Iris Blue

📋 copy color: '#03B4DD'

red 3 ◦ green 180 ◦ blue 221

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

Shades of Iris Blue #03B4DD

Tints of Iris Blue #03B4DD

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.55%

 BLUE value IS 221 (86.72% from 255) = 54.7%

R = 0.74%
G = 44.55%
B = 54.7%

CMYK

 C value IS 0.99

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#03B4DD (or 0x03B4DD) is known color: Iris Blue. HEX triplet: 03, B4 and DD. RGB value is (3,180,221). Sum of RGB (Red+Green+Blue) = 3+180+221=404 (53% of max value = 765). Red value is 3 (1.56% from 255 or 0.74% from 404); Green value is 180 (70.70% from 255 or 44.55% from 404); Blue value is 221 (86.72% from 255 or 54.70% from 404); Max value from RGB is 221 - color contains mainly: blue. Hex color #03B4DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03B4DD is #FC4B22. Grayscale: #838383. Windows color (decimal): -16534307 or 14529539. OLE color: 14529539.

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

Color convert

RGB 3 180 221 -
CMYK 0.99 0.19 0 0.13
HSL 191.28º 0.97% 0.44% -
HSV(B) 191.28º 0.99% 0.87% -
XYZ 29.41 37.88 74.17 -
YUV 131.75 178.36 36.17 -
System Red Green Blue C M Y K H S L
Decimal 3 180 221 0.99 0.19 0 0.13 191.28 0.97 0.44
Hex 3 B4 DD 63 13 0 D BF 61 2C
Octal 3 264 335 143 23 0 15 277 141 54
Binary 11 10110100 11011101 1100011 10011 0 1101 10111111 1100001 101100

Color Harmonies of #03B4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B4DD

Black with #03B4DD

Text Example


Text Example

White with #03B4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,180,221); }

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

background-color css

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

 a { background-color: rgb(3,180,221); }

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

border-color css

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

 span { border-color: rgb(3,180,221); }

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