Html Css Color HEX #04BABB Iris Blue

📋 copy color: '#04BABB'

red 4 ◦ green 186 ◦ blue 187

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

Shades of Iris Blue #04BABB

Tints of Iris Blue #04BABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.6%

R = 1.06%
G = 49.34%
B = 49.6%

CMYK

 C value IS 0.98

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#04BABB (or 0x04BABB) is known color: Iris Blue. HEX triplet: 04, BA and BB. RGB value is (4,186,187). Sum of RGB (Red+Green+Blue) = 4+186+187=377 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.06% from 377); Green value is 186 (73.05% from 255 or 49.34% from 377); Blue value is 187 (73.44% from 255 or 49.60% from 377); Max value from RGB is 187 - color contains mainly: blue. Hex color #04BABB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BABB is #FB4544. Grayscale: #838383. Windows color (decimal): -16467269 or 12302852. OLE color: 12302852.

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

Color convert

RGB 4 186 187 -
CMYK 0.98 0.01 0 0.27
HSL 180.33º 0.96% 0.37% -
HSV(B) 180.33º 0.98% 0.73% -
XYZ 26.58 38.73 53.09 -
YUV 131.7 159.2 36.92 -
System Red Green Blue C M Y K H S L
Decimal 4 186 187 0.98 0.01 0 0.27 180.33 0.96 0.37
Hex 4 BA BB 62 1 0 1B B4 60 25
Octal 4 272 273 142 1 0 33 264 140 45
Binary 100 10111010 10111011 1100010 1 0 11011 10110100 1100000 100101

Color Harmonies of #04BABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BABB

Black with #04BABB

Text Example


Text Example

White with #04BABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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