Html Css Color HEX #04AFBA Iris Blue

📋 copy color: '#04AFBA'

red 4 ◦ green 175 ◦ blue 186

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

Shades of Iris Blue #04AFBA

Tints of Iris Blue #04AFBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.96%

R = 1.1%
G = 47.95%
B = 50.96%

CMYK

 C value IS 0.98

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#04AFBA (or 0x04AFBA) is known color: Iris Blue. HEX triplet: 04, AF and BA. RGB value is (4,175,186). Sum of RGB (Red+Green+Blue) = 4+175+186=365 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 365); Green value is 175 (68.75% from 255 or 47.95% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #04AFBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04AFBA is #FB5045. Grayscale: #7C7C7C. Windows color (decimal): -16470086 or 12234500. OLE color: 12234500.

HSL color Cylindrical-coordinate representation of color #04AFBA: hue angle of 183.63º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AFBA is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 4 175 186 -
CMYK 0.98 0.06 0 0.27
HSL 183.63º 0.96% 0.37% -
HSV(B) 183.63º 0.98% 0.73% -
XYZ 24.24 34.23 51.78 -
YUV 125.13 162.35 41.61 -
System Red Green Blue C M Y K H S L
Decimal 4 175 186 0.98 0.06 0 0.27 183.63 0.96 0.37
Hex 4 AF BA 62 6 0 1B B8 60 25
Octal 4 257 272 142 6 0 33 270 140 45
Binary 100 10101111 10111010 1100010 110 0 11011 10111000 1100000 100101

Color Harmonies of #04AFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AFBA

Black with #04AFBA

Text Example


Text Example

White with #04AFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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