Html Css Color HEX #04ABBC Iris Blue

📋 copy color: '#04ABBC'

red 4 ◦ green 171 ◦ blue 188

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

Shades of Iris Blue #04ABBC

Tints of Iris Blue #04ABBC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 47.11%

 BLUE value IS 188 (73.83% from 255) = 51.79%

R = 1.1%
G = 47.11%
B = 51.79%

CMYK

 C value IS 0.98

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#04ABBC (or 0x04ABBC) is known color: Iris Blue. HEX triplet: 04, AB and BC. RGB value is (4,171,188). Sum of RGB (Red+Green+Blue) = 4+171+188=363 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 363); Green value is 171 (67.19% from 255 or 47.11% from 363); Blue value is 188 (73.83% from 255 or 51.79% from 363); Max value from RGB is 188 - color contains mainly: blue. Hex color #04ABBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04ABBC is #FB5443. Grayscale: #7A7A7A. Windows color (decimal): -16471108 or 12364548. OLE color: 12364548.

HSL color Cylindrical-coordinate representation of color #04ABBC: hue angle of 185.54º degrees, saturation: 0.96, 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 #04ABBC is Cyan = 0.98, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 4 171 188 -
CMYK 0.98 0.09 0 0.26
HSL 185.54º 0.96% 0.38% -
HSV(B) 185.54º 0.98% 0.74% -
XYZ 23.69 32.78 52.66 -
YUV 123.01 164.67 43.12 -
System Red Green Blue C M Y K H S L
Decimal 4 171 188 0.98 0.09 0 0.26 185.54 0.96 0.38
Hex 4 AB BC 62 9 0 1A BA 60 26
Octal 4 253 274 142 11 0 32 272 140 46
Binary 100 10101011 10111100 1100010 1001 0 11010 10111010 1100000 100110

Color Harmonies of #04ABBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04ABBC

Black with #04ABBC

Text Example


Text Example

White with #04ABBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,171,188); }

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

background-color css

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

 a { background-color: rgb(4,171,188); }

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

border-color css

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

 span { border-color: rgb(4,171,188); }

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