Html Css Color HEX #03B4C0 Iris Blue

📋 copy color: '#03B4C0'

red 3 ◦ green 180 ◦ blue 192

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

Shades of Iris Blue #03B4C0

Tints of Iris Blue #03B4C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 51.2%

R = 0.8%
G = 48%
B = 51.2%

CMYK

 C value IS 0.98

 M value IS 0.06

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#03B4C0 (or 0x03B4C0) is known color: Iris Blue. HEX triplet: 03, B4 and C0. RGB value is (3,180,192). Sum of RGB (Red+Green+Blue) = 3+180+192=375 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.8% from 375); Green value is 180 (70.70% from 255 or 48% from 375); Blue value is 192 (75.39% from 255 or 51.2% from 375); Max value from RGB is 192 - color contains mainly: blue. Hex color #03B4C0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03B4C0 is #FC4B3F. Grayscale: #808080. Windows color (decimal): -16534336 or 12628995. OLE color: 12628995.

HSL color Cylindrical-coordinate representation of color #03B4C0: hue angle of 183.81º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03B4C0 is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 3 180 192 -
CMYK 0.98 0.06 0 0.25
HSL 183.81º 0.97% 0.38% -
HSV(B) 183.81º 0.98% 0.75% -
XYZ 25.87 36.47 55.54 -
YUV 128.45 163.86 38.52 -
System Red Green Blue C M Y K H S L
Decimal 3 180 192 0.98 0.06 0 0.25 183.81 0.97 0.38
Hex 3 B4 C0 62 6 0 19 B8 61 26
Octal 3 264 300 142 6 0 31 270 141 46
Binary 11 10110100 11000000 1100010 110 0 11001 10111000 1100001 100110

Color Harmonies of #03B4C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B4C0

Black with #03B4C0

Text Example


Text Example

White with #03B4C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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