Html Css Color HEX #04BABC Iris Blue

📋 copy color: '#04BABC'

red 4 ◦ green 186 ◦ blue 188

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

Shades of Iris Blue #04BABC

Tints of Iris Blue #04BABC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 49.21%

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

R = 1.06%
G = 49.21%
B = 49.74%

CMYK

 C value IS 0.98

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#04BABC (or 0x04BABC) is known color: Iris Blue. HEX triplet: 04, BA and BC. RGB value is (4,186,188). Sum of RGB (Red+Green+Blue) = 4+186+188=378 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.06% from 378); Green value is 186 (73.05% from 255 or 49.21% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #04BABC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BABC is #FB4543. Grayscale: #838383. Windows color (decimal): -16467268 or 12368388. OLE color: 12368388.

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

Color convert

RGB 4 186 188 -
CMYK 0.98 0.01 0 0.26
HSL 180.65º 0.96% 0.38% -
HSV(B) 180.65º 0.98% 0.74% -
XYZ 26.69 38.77 53.65 -
YUV 131.81 159.7 36.84 -
System Red Green Blue C M Y K H S L
Decimal 4 186 188 0.98 0.01 0 0.26 180.65 0.96 0.38
Hex 4 BA BC 62 1 0 1A B5 60 26
Octal 4 272 274 142 1 0 32 265 140 46
Binary 100 10111010 10111100 1100010 1 0 11010 10110101 1100000 100110

Color Harmonies of #04BABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BABC

Black with #04BABC

Text Example


Text Example

White with #04BABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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