Html Css Color HEX #03B4D0 Iris Blue

📋 copy color: '#03B4D0'

red 3 ◦ green 180 ◦ blue 208

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

Shades of Iris Blue #03B4D0

Tints of Iris Blue #03B4D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 53.2%

R = 0.77%
G = 46.04%
B = 53.2%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#03B4D0 (or 0x03B4D0) is known color: Iris Blue. HEX triplet: 03, B4 and D0. RGB value is (3,180,208). Sum of RGB (Red+Green+Blue) = 3+180+208=391 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.77% from 391); Green value is 180 (70.70% from 255 or 46.04% from 391); Blue value is 208 (81.64% from 255 or 53.20% from 391); Max value from RGB is 208 - color contains mainly: blue. Hex color #03B4D0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03B4D0 is #FC4B2F. Grayscale: #818181. Windows color (decimal): -16534320 or 13677571. OLE color: 13677571.

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

Color convert

RGB 3 180 208 -
CMYK 0.99 0.13 0 0.18
HSL 188.2º 0.97% 0.41% -
HSV(B) 188.2º 0.99% 0.82% -
XYZ 27.74 37.22 65.4 -
YUV 130.27 171.86 37.22 -
System Red Green Blue C M Y K H S L
Decimal 3 180 208 0.99 0.13 0 0.18 188.2 0.97 0.41
Hex 3 B4 D0 63 D 0 12 BC 61 29
Octal 3 264 320 143 15 0 22 274 141 51
Binary 11 10110100 11010000 1100011 1101 0 10010 10111100 1100001 101001

Color Harmonies of #03B4D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B4D0

Black with #03B4D0

Text Example


Text Example

White with #03B4D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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