Html Css Color HEX #03B8BE Iris Blue

📋 copy color: '#03B8BE'

red 3 ◦ green 184 ◦ blue 190

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

Shades of Iris Blue #03B8BE

Tints of Iris Blue #03B8BE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 48.81%

 BLUE value IS 190 (74.61% from 255) = 50.4%

R = 0.8%
G = 48.81%
B = 50.4%

CMYK

 C value IS 0.98

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#03B8BE (or 0x03B8BE) is known color: Iris Blue. HEX triplet: 03, B8 and BE. RGB value is (3,184,190). Sum of RGB (Red+Green+Blue) = 3+184+190=377 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 377); Green value is 184 (72.27% from 255 or 48.81% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #03B8BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03B8BE is #FC4741. Grayscale: #828282. Windows color (decimal): -16533314 or 12498947. OLE color: 12498947.

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

Color convert

RGB 3 184 190 -
CMYK 0.98 0.03 0 0.25
HSL 181.93º 0.97% 0.38% -
HSV(B) 181.93º 0.98% 0.75% -
XYZ 26.47 38.02 54.66 -
YUV 130.57 161.53 37.01 -
System Red Green Blue C M Y K H S L
Decimal 3 184 190 0.98 0.03 0 0.25 181.93 0.97 0.38
Hex 3 B8 BE 62 3 0 19 B6 61 26
Octal 3 270 276 142 3 0 31 266 141 46
Binary 11 10111000 10111110 1100010 11 0 11001 10110110 1100001 100110

Color Harmonies of #03B8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B8BE

Black with #03B8BE

Text Example


Text Example

White with #03B8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,184,190); }

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

background-color css

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

 a { background-color: rgb(3,184,190); }

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

border-color css

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

 span { border-color: rgb(3,184,190); }

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