Html Css Color HEX #06BABB Iris Blue

📋 copy color: '#06BABB'

red 6 ◦ green 186 ◦ blue 187

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

Shades of Iris Blue #06BABB

Tints of Iris Blue #06BABB

RGB

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

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

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

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

CMYK

 C value IS 0.97

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

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

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

Color convert

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

Color Harmonies of #06BABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BABB

Black with #06BABB

Text Example


Text Example

White with #06BABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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