Html Css Color HEX #06BEB2 Iris Blue

📋 copy color: '#06BEB2'

red 6 ◦ green 190 ◦ blue 178

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

Shades of Iris Blue #06BEB2

Tints of Iris Blue #06BEB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 47.59%

R = 1.6%
G = 50.8%
B = 47.59%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#06BEB2 (or 0x06BEB2) is known color: Iris Blue. HEX triplet: 06, BE and B2. RGB value is (6,190,178). Sum of RGB (Red+Green+Blue) = 6+190+178=374 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.60% from 374); Green value is 190 (74.61% from 255 or 50.80% from 374); Blue value is 178 (69.92% from 255 or 47.59% from 374); Max value from RGB is 190 - color contains mainly: green. Hex color #06BEB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06BEB2 is #F9414D. Grayscale: #858585. Windows color (decimal): -16335182 or 11714054. OLE color: 11714054.

HSL color Cylindrical-coordinate representation of color #06BEB2: hue angle of 176.09º 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 #06BEB2 is Cyan = 0.97, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB 6 190 178 -
CMYK 0.97 0 0.06 0.25
HSL 176.09º 0.94% 0.38% -
HSV(B) 176.09º 0.97% 0.75% -
XYZ 26.52 40.08 48.46 -
YUV 133.62 153.04 36.98 -
System Red Green Blue C M Y K H S L
Decimal 6 190 178 0.97 0 0.06 0.25 176.09 0.94 0.38
Hex 6 BE B2 61 0 6 19 B0 5E 26
Octal 6 276 262 141 0 6 31 260 136 46
Binary 110 10111110 10110010 1100001 0 110 11001 10110000 1011110 100110

Color Harmonies of #06BEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BEB2

Black with #06BEB2

Text Example


Text Example

White with #06BEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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