Html Css Color HEX #03BCBB Iris Blue

📋 copy color: '#03BCBB'

red 3 ◦ green 188 ◦ blue 187

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

Shades of Iris Blue #03BCBB

Tints of Iris Blue #03BCBB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 49.74%

 BLUE value IS 187 (73.44% from 255) = 49.47%

R = 0.79%
G = 49.74%
B = 49.47%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#03BCBB (or 0x03BCBB) is known color: Iris Blue. HEX triplet: 03, BC and BB. RGB value is (3,188,187). Sum of RGB (Red+Green+Blue) = 3+188+187=378 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 378); Green value is 188 (73.83% from 255 or 49.74% from 378); Blue value is 187 (73.44% from 255 or 49.47% from 378); Max value from RGB is 188 - color contains mainly: green. Hex color #03BCBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BCBB is #FC4344. Grayscale: #848484. Windows color (decimal): -16532293 or 12303363. OLE color: 12303363.

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

Color convert

RGB 3 188 187 -
CMYK 0.98 0 0.01 0.26
HSL 179.68º 0.97% 0.37% -
HSV(B) 179.68º 0.98% 0.74% -
XYZ 26.99 39.57 53.23 -
YUV 132.57 158.71 35.58 -
System Red Green Blue C M Y K H S L
Decimal 3 188 187 0.98 0 0.01 0.26 179.68 0.97 0.37
Hex 3 BC BB 62 0 1 1A B4 61 25
Octal 3 274 273 142 0 1 32 264 141 45
Binary 11 10111100 10111011 1100010 0 1 11010 10110100 1100001 100101

Color Harmonies of #03BCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BCBB

Black with #03BCBB

Text Example


Text Example

White with #03BCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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