Html Css Color HEX #03BCBD Iris Blue

📋 copy color: '#03BCBD'

red 3 ◦ green 188 ◦ blue 189

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

Shades of Iris Blue #03BCBD

Tints of Iris Blue #03BCBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 49.74%

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

CMYK

 C value IS 0.98

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#03BCBD (or 0x03BCBD) is known color: Iris Blue. HEX triplet: 03, BC and BD. RGB value is (3,188,189). Sum of RGB (Red+Green+Blue) = 3+188+189=380 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 380); Green value is 188 (73.83% from 255 or 49.47% from 380); Blue value is 189 (74.22% from 255 or 49.74% from 380); Max value from RGB is 189 - color contains mainly: blue. Hex color #03BCBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BCBD is #FC4342. Grayscale: #848484. Windows color (decimal): -16532291 or 12434435. OLE color: 12434435.

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

Color convert

RGB 3 188 189 -
CMYK 0.98 0.01 0 0.26
HSL 180.32º 0.97% 0.38% -
HSV(B) 180.32º 0.98% 0.74% -
XYZ 27.21 39.66 54.37 -
YUV 132.8 159.71 35.42 -
System Red Green Blue C M Y K H S L
Decimal 3 188 189 0.98 0.01 0 0.26 180.32 0.97 0.38
Hex 3 BC BD 62 1 0 1A B4 61 26
Octal 3 274 275 142 1 0 32 264 141 46
Binary 11 10111100 10111101 1100010 1 0 11010 10110100 1100001 100110

Color Harmonies of #03BCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BCBD

Black with #03BCBD

Text Example


Text Example

White with #03BCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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