Html Css Color HEX #04ADBA Iris Blue

📋 copy color: '#04ADBA'

red 4 ◦ green 173 ◦ blue 186

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

Shades of Iris Blue #04ADBA

Tints of Iris Blue #04ADBA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 47.66%

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

R = 1.1%
G = 47.66%
B = 51.24%

CMYK

 C value IS 0.98

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#04ADBA (or 0x04ADBA) is known color: Iris Blue. HEX triplet: 04, AD and BA. RGB value is (4,173,186). Sum of RGB (Red+Green+Blue) = 4+173+186=363 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 363); Green value is 173 (67.97% from 255 or 47.66% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #04ADBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04ADBA is #FB5245. Grayscale: #7B7B7B. Windows color (decimal): -16470598 or 12233988. OLE color: 12233988.

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

Color convert

RGB 4 173 186 -
CMYK 0.98 0.07 0 0.27
HSL 184.29º 0.96% 0.37% -
HSV(B) 184.29º 0.98% 0.73% -
XYZ 23.86 33.46 51.66 -
YUV 123.95 163.01 42.44 -
System Red Green Blue C M Y K H S L
Decimal 4 173 186 0.98 0.07 0 0.27 184.29 0.96 0.37
Hex 4 AD BA 62 7 0 1B B8 60 25
Octal 4 255 272 142 7 0 33 270 140 45
Binary 100 10101101 10111010 1100010 111 0 11011 10111000 1100000 100101

Color Harmonies of #04ADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04ADBA

Black with #04ADBA

Text Example


Text Example

White with #04ADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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