Html Css Color HEX #04ABBE Iris Blue

📋 copy color: '#04ABBE'

red 4 ◦ green 171 ◦ blue 190

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

Shades of Iris Blue #04ABBE

Tints of Iris Blue #04ABBE

RGB

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

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

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

R = 1.1%
G = 46.85%
B = 52.05%

CMYK

 C value IS 0.98

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#04ABBE (or 0x04ABBE) is known color: Iris Blue. HEX triplet: 04, AB and BE. RGB value is (4,171,190). Sum of RGB (Red+Green+Blue) = 4+171+190=365 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 365); Green value is 171 (67.19% from 255 or 46.85% from 365); Blue value is 190 (74.61% from 255 or 52.05% from 365); Max value from RGB is 190 - color contains mainly: blue. Hex color #04ABBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04ABBE is #FB5441. Grayscale: #7A7A7A. Windows color (decimal): -16471106 or 12495620. OLE color: 12495620.

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

Color convert

RGB 4 171 190 -
CMYK 0.98 0.10 0 0.25
HSL 186.13º 0.96% 0.38% -
HSV(B) 186.13º 0.98% 0.75% -
XYZ 23.91 32.87 53.8 -
YUV 123.23 165.67 42.96 -
System Red Green Blue C M Y K H S L
Decimal 4 171 190 0.98 0.10 0 0.25 186.13 0.96 0.38
Hex 4 AB BE 62 A 0 19 BA 60 26
Octal 4 253 276 142 12 0 31 272 140 46
Binary 100 10101011 10111110 1100010 1010 0 11001 10111010 1100000 100110

Color Harmonies of #04ABBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04ABBE

Black with #04ABBE

Text Example


Text Example

White with #04ABBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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