Html Css Color HEX #06BBBA Iris Blue

📋 copy color: '#06BBBA'

red 6 ◦ green 187 ◦ blue 186

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

Shades of Iris Blue #06BBBA

Tints of Iris Blue #06BBBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.08%

R = 1.58%
G = 49.34%
B = 49.08%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#06BBBA (or 0x06BBBA) is known color: Iris Blue. HEX triplet: 06, BB and BA. RGB value is (6,187,186). Sum of RGB (Red+Green+Blue) = 6+187+186=379 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.58% from 379); Green value is 187 (73.44% from 255 or 49.34% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 187 - color contains mainly: green. Hex color #06BBBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06BBBA is #F94445. Grayscale: #848484. Windows color (decimal): -16335942 or 12237574. OLE color: 12237574.

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

Color convert

RGB 6 187 186 -
CMYK 0.97 0 0.01 0.27
HSL 179.67º 0.94% 0.38% -
HSV(B) 179.67º 0.97% 0.73% -
XYZ 26.71 39.12 52.6 -
YUV 132.77 158.03 37.58 -
System Red Green Blue C M Y K H S L
Decimal 6 187 186 0.97 0 0.01 0.27 179.67 0.94 0.38
Hex 6 BB BA 61 0 1 1B B4 5E 26
Octal 6 273 272 141 0 1 33 264 136 46
Binary 110 10111011 10111010 1100001 0 1 11011 10110100 1011110 100110

Color Harmonies of #06BBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BBBA

Black with #06BBBA

Text Example


Text Example

White with #06BBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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