Html Css Color HEX #04B1B5 Iris Blue

📋 copy color: '#04B1B5'

red 4 ◦ green 177 ◦ blue 181

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

Shades of Iris Blue #04B1B5

Tints of Iris Blue #04B1B5

RGB

 RED value IS 4 (1.95% from 255) = 1.1%

 GREEN value IS 177 (69.53% from 255) = 48.9%

 BLUE value IS 181 (71.09% from 255) = 50%

R = 1.1%
G = 48.9%
B = 50%

CMYK

 C value IS 0.98

 M value IS 0.02

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#04B1B5 (or 0x04B1B5) is known color: Iris Blue. HEX triplet: 04, B1 and B5. RGB value is (4,177,181). Sum of RGB (Red+Green+Blue) = 4+177+181=362 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 362); Green value is 177 (69.53% from 255 or 48.90% from 362); Blue value is 181 (71.09% from 255 or 50% from 362); Max value from RGB is 181 - color contains mainly: blue. Hex color #04B1B5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04B1B5 is #FB4E4A. Grayscale: #7D7D7D. Windows color (decimal): -16469579 or 11907332. OLE color: 11907332.

HSL color Cylindrical-coordinate representation of color #04B1B5: hue angle of 181.36º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B1B5 is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 4 177 181 -
CMYK 0.98 0.02 0 0.29
HSL 181.36º 0.96% 0.36% -
HSV(B) 181.36º 0.98% 0.71% -
XYZ 24.11 34.81 49.16 -
YUV 125.73 159.19 41.17 -
System Red Green Blue C M Y K H S L
Decimal 4 177 181 0.98 0.02 0 0.29 181.36 0.96 0.36
Hex 4 B1 B5 62 2 0 1D B5 60 24
Octal 4 261 265 142 2 0 35 265 140 44
Binary 100 10110001 10110101 1100010 10 0 11101 10110101 1100000 100100

Color Harmonies of #04B1B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04B1B5

Black with #04B1B5

Text Example


Text Example

White with #04B1B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04B1B5; }

 p { color: rgb(4,177,181); }

 H1.HeaderClassName
 {
   color: #04B1B5;
 }
 .AnyTagClassName
 {
   color: #04B1B5;
 }
</style>

background-color css

<style>
 a { background-color: #04B1B5; }

 a { background-color: rgb(4,177,181); }

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

border-color css

<style>
 span { border-color: #04B1B5; }

 span { border-color: rgb(4,177,181); }

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