Html Css Color HEX #03B9BC Iris Blue

📋 copy color: '#03B9BC'

red 3 ◦ green 185 ◦ blue 188

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

Shades of Iris Blue #03B9BC

Tints of Iris Blue #03B9BC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 49.2%

 BLUE value IS 188 (73.83% from 255) = 50%

R = 0.8%
G = 49.2%
B = 50%

CMYK

 C value IS 0.98

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#03B9BC (or 0x03B9BC) is known color: Iris Blue. HEX triplet: 03, B9 and BC. RGB value is (3,185,188). Sum of RGB (Red+Green+Blue) = 3+185+188=376 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 376); Green value is 185 (72.66% from 255 or 49.20% from 376); Blue value is 188 (73.83% from 255 or 50% from 376); Max value from RGB is 188 - color contains mainly: blue. Hex color #03B9BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03B9BC is #FC4643. Grayscale: #828282. Windows color (decimal): -16533060 or 12368131. OLE color: 12368131.

HSL color Cylindrical-coordinate representation of color #03B9BC: hue angle of 180.97º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03B9BC is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 3 185 188 -
CMYK 0.98 0.02 0 0.26
HSL 180.97º 0.97% 0.37% -
HSV(B) 180.97º 0.98% 0.74% -
XYZ 26.46 38.35 53.58 -
YUV 130.92 160.2 36.76 -
System Red Green Blue C M Y K H S L
Decimal 3 185 188 0.98 0.02 0 0.26 180.97 0.97 0.37
Hex 3 B9 BC 62 2 0 1A B5 61 25
Octal 3 271 274 142 2 0 32 265 141 45
Binary 11 10111001 10111100 1100010 10 0 11010 10110101 1100001 100101

Color Harmonies of #03B9BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B9BC

Black with #03B9BC

Text Example


Text Example

White with #03B9BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,185,188); }

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

background-color css

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

 a { background-color: rgb(3,185,188); }

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

border-color css

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

 span { border-color: rgb(3,185,188); }

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