Html Css Color HEX #04BBBB Iris Blue

📋 copy color: '#04BBBB'

red 4 ◦ green 187 ◦ blue 187

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

Shades of Iris Blue #04BBBB

Tints of Iris Blue #04BBBB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 49.47%

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

R = 1.06%
G = 49.47%
B = 49.47%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#04BBBB (or 0x04BBBB) is known color: Iris Blue. HEX triplet: 04, BB and BB. RGB value is (4,187,187). Sum of RGB (Red+Green+Blue) = 4+187+187=378 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.06% from 378); Green value is 187 (73.44% from 255 or 49.47% from 378); Blue value is 187 (73.44% from 255 or 49.47% from 378); Max value from RGB is 187 - color contains mainly: green, blue. Hex color #04BBBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BBBB is #FB4444. Grayscale: #848484. Windows color (decimal): -16467013 or 12303108. OLE color: 12303108.

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

Color convert

RGB 4 187 187 -
CMYK 0.98 0 0 0.27
HSL 180º 0.96% 0.37% -
HSV(B) 180º 0.98% 0.73% -
XYZ 26.79 39.15 53.16 -
YUV 132.28 158.87 36.5 -
System Red Green Blue C M Y K H S L
Decimal 4 187 187 0.98 0 0 0.27 180 0.96 0.37
Hex 4 BB BB 62 0 0 1B B4 60 25
Octal 4 273 273 142 0 0 33 264 140 45
Binary 100 10111011 10111011 1100010 0 0 11011 10110100 1100000 100101

Color Harmonies of #04BBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BBBB

Black with #04BBBB

Text Example


Text Example

White with #04BBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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