Html Css Color HEX #03BFB4 Iris Blue

📋 copy color: '#03BFB4'

red 3 ◦ green 191 ◦ blue 180

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

Shades of Iris Blue #03BFB4

Tints of Iris Blue #03BFB4

RGB

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

 GREEN value IS 191 (75% from 255) = 51.07%

 BLUE value IS 180 (70.7% from 255) = 48.13%

R = 0.8%
G = 51.07%
B = 48.13%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#03BFB4 (or 0x03BFB4) is known color: Iris Blue. HEX triplet: 03, BF and B4. RGB value is (3,191,180). Sum of RGB (Red+Green+Blue) = 3+191+180=374 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 374); Green value is 191 (75% from 255 or 51.07% from 374); Blue value is 180 (70.70% from 255 or 48.13% from 374); Max value from RGB is 191 - color contains mainly: green. Hex color #03BFB4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BFB4 is #FC404B. Grayscale: #858585. Windows color (decimal): -16531532 or 11845379. OLE color: 11845379.

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

Color convert

RGB 3 191 180 -
CMYK 0.98 0 0.06 0.25
HSL 176.49º 0.97% 0.38% -
HSV(B) 176.49º 0.98% 0.75% -
XYZ 26.91 40.58 49.59 -
YUV 133.53 154.22 34.89 -
System Red Green Blue C M Y K H S L
Decimal 3 191 180 0.98 0 0.06 0.25 176.49 0.97 0.38
Hex 3 BF B4 62 0 6 19 B0 61 26
Octal 3 277 264 142 0 6 31 260 141 46
Binary 11 10111111 10110100 1100010 0 110 11001 10110000 1100001 100110

Color Harmonies of #03BFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BFB4

Black with #03BFB4

Text Example


Text Example

White with #03BFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,191,180); }

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

background-color css

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

 a { background-color: rgb(3,191,180); }

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

border-color css

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

 span { border-color: rgb(3,191,180); }

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