Html Css Color HEX #03B0BC Iris Blue

📋 copy color: '#03B0BC'

red 3 ◦ green 176 ◦ blue 188

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

Shades of Iris Blue #03B0BC

Tints of Iris Blue #03B0BC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 47.96%

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

R = 0.82%
G = 47.96%
B = 51.23%

CMYK

 C value IS 0.98

 M value IS 0.06

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#03B0BC (or 0x03B0BC) is known color: Iris Blue. HEX triplet: 03, B0 and BC. RGB value is (3,176,188). Sum of RGB (Red+Green+Blue) = 3+176+188=367 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 367); Green value is 176 (69.14% from 255 or 47.96% from 367); Blue value is 188 (73.83% from 255 or 51.23% from 367); Max value from RGB is 188 - color contains mainly: blue. Hex color #03B0BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03B0BC is #FC4F43. Grayscale: #7D7D7D. Windows color (decimal): -16535364 or 12365827. OLE color: 12365827.

HSL color Cylindrical-coordinate representation of color #03B0BC: hue angle of 183.89º 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 #03B0BC is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 3 176 188 -
CMYK 0.98 0.06 0 0.26
HSL 183.89º 0.97% 0.37% -
HSV(B) 183.89º 0.98% 0.74% -
XYZ 24.64 34.7 52.98 -
YUV 125.64 163.19 40.52 -
System Red Green Blue C M Y K H S L
Decimal 3 176 188 0.98 0.06 0 0.26 183.89 0.97 0.37
Hex 3 B0 BC 62 6 0 1A B8 61 25
Octal 3 260 274 142 6 0 32 270 141 45
Binary 11 10110000 10111100 1100010 110 0 11010 10111000 1100001 100101

Color Harmonies of #03B0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B0BC

Black with #03B0BC

Text Example


Text Example

White with #03B0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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