Html Css Color HEX #03BBC1 Iris Blue

📋 copy color: '#03BBC1'

red 3 ◦ green 187 ◦ blue 193

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

Shades of Iris Blue #03BBC1

Tints of Iris Blue #03BBC1

RGB

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

 GREEN value IS 187 (73.44% from 255) = 48.83%

 BLUE value IS 193 (75.78% from 255) = 50.39%

R = 0.78%
G = 48.83%
B = 50.39%

CMYK

 C value IS 0.98

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#03BBC1 (or 0x03BBC1) is known color: Iris Blue. HEX triplet: 03, BB and C1. RGB value is (3,187,193). Sum of RGB (Red+Green+Blue) = 3+187+193=383 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 383); Green value is 187 (73.44% from 255 or 48.83% from 383); Blue value is 193 (75.78% from 255 or 50.39% from 383); Max value from RGB is 193 - color contains mainly: blue. Hex color #03BBC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BBC1 is #FC443E. Grayscale: #848484. Windows color (decimal): -16532543 or 12696323. OLE color: 12696323.

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

Color convert

RGB 3 187 193 -
CMYK 0.98 0.03 0 0.24
HSL 181.89º 0.97% 0.38% -
HSV(B) 181.89º 0.98% 0.76% -
XYZ 27.43 39.41 56.61 -
YUV 132.67 162.04 35.51 -
System Red Green Blue C M Y K H S L
Decimal 3 187 193 0.98 0.03 0 0.24 181.89 0.97 0.38
Hex 3 BB C1 62 3 0 18 B6 61 26
Octal 3 273 301 142 3 0 30 266 141 46
Binary 11 10111011 11000001 1100010 11 0 11000 10110110 1100001 100110

Color Harmonies of #03BBC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BBC1

Black with #03BBC1

Text Example


Text Example

White with #03BBC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,187,193); }

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

background-color css

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

 a { background-color: rgb(3,187,193); }

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

border-color css

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

 span { border-color: rgb(3,187,193); }

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