Html Css Color HEX #04AFBE Iris Blue

📋 copy color: '#04AFBE'

red 4 ◦ green 175 ◦ blue 190

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

Shades of Iris Blue #04AFBE

Tints of Iris Blue #04AFBE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 47.43%

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

R = 1.08%
G = 47.43%
B = 51.49%

CMYK

 C value IS 0.98

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#04AFBE (or 0x04AFBE) is known color: Iris Blue. HEX triplet: 04, AF and BE. RGB value is (4,175,190). Sum of RGB (Red+Green+Blue) = 4+175+190=369 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.08% from 369); Green value is 175 (68.75% from 255 or 47.43% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #04AFBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04AFBE is #FB5041. Grayscale: #7D7D7D. Windows color (decimal): -16470082 or 12496644. OLE color: 12496644.

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

Color convert

RGB 4 175 190 -
CMYK 0.98 0.08 0 0.25
HSL 184.84º 0.96% 0.38% -
HSV(B) 184.84º 0.98% 0.75% -
XYZ 24.67 34.4 54.06 -
YUV 125.58 164.35 41.28 -
System Red Green Blue C M Y K H S L
Decimal 4 175 190 0.98 0.08 0 0.25 184.84 0.96 0.38
Hex 4 AF BE 62 8 0 19 B9 60 26
Octal 4 257 276 142 10 0 31 271 140 46
Binary 100 10101111 10111110 1100010 1000 0 11001 10111001 1100000 100110

Color Harmonies of #04AFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AFBE

Black with #04AFBE

Text Example


Text Example

White with #04AFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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