Html Css Color HEX #06BEB8 Iris Blue

📋 copy color: '#06BEB8'

red 6 ◦ green 190 ◦ blue 184

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

Shades of Iris Blue #06BEB8

Tints of Iris Blue #06BEB8

RGB

 RED value IS 6 (2.73% from 255) = 1.58%

 GREEN value IS 190 (74.61% from 255) = 50%

 BLUE value IS 184 (72.27% from 255) = 48.42%

R = 1.58%
G = 50%
B = 48.42%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#06BEB8 (or 0x06BEB8) is known color: Iris Blue. HEX triplet: 06, BE and B8. RGB value is (6,190,184). Sum of RGB (Red+Green+Blue) = 6+190+184=380 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.58% from 380); Green value is 190 (74.61% from 255 or 50% from 380); Blue value is 184 (72.27% from 255 or 48.42% from 380); Max value from RGB is 190 - color contains mainly: green. Hex color #06BEB8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06BEB8 is #F94147. Grayscale: #868686. Windows color (decimal): -16335176 or 12107270. OLE color: 12107270.

HSL color Cylindrical-coordinate representation of color #06BEB8: hue angle of 178.04º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BEB8 is Cyan = 0.97, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 6 190 184 -
CMYK 0.97 0 0.03 0.25
HSL 178.04º 0.94% 0.38% -
HSV(B) 178.04º 0.97% 0.75% -
XYZ 27.14 40.33 51.7 -
YUV 134.3 156.04 36.49 -
System Red Green Blue C M Y K H S L
Decimal 6 190 184 0.97 0 0.03 0.25 178.04 0.94 0.38
Hex 6 BE B8 61 0 3 19 B2 5E 26
Octal 6 276 270 141 0 3 31 262 136 46
Binary 110 10111110 10111000 1100001 0 11 11001 10110010 1011110 100110

Color Harmonies of #06BEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BEB8

Black with #06BEB8

Text Example


Text Example

White with #06BEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06BEB8; }

 p { color: rgb(6,190,184); }

 H1.HeaderClassName
 {
   color: #06BEB8;
 }
 .AnyTagClassName
 {
   color: #06BEB8;
 }
</style>

background-color css

<style>
 a { background-color: #06BEB8; }

 a { background-color: rgb(6,190,184); }

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

border-color css

<style>
 span { border-color: #06BEB8; }

 span { border-color: rgb(6,190,184); }

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