Html Css Color HEX #06BDBD Iris Blue

📋 copy color: '#06BDBD'

red 6 ◦ green 189 ◦ blue 189

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

Shades of Iris Blue #06BDBD

Tints of Iris Blue #06BDBD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 49.22%

 BLUE value IS 189 (74.22% from 255) = 49.22%

R = 1.56%
G = 49.22%
B = 49.22%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#06BDBD (or 0x06BDBD) is known color: Iris Blue. HEX triplet: 06, BD and BD. RGB value is (6,189,189). Sum of RGB (Red+Green+Blue) = 6+189+189=384 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.56% from 384); Green value is 189 (74.22% from 255 or 49.22% from 384); Blue value is 189 (74.22% from 255 or 49.22% from 384); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #06BDBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06BDBD is #F94242. Grayscale: #868686. Windows color (decimal): -16335427 or 12434694. OLE color: 12434694.

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

Color convert

RGB 6 189 189 -
CMYK 0.97 0 0 0.26
HSL 180º 0.94% 0.38% -
HSV(B) 180º 0.97% 0.74% -
XYZ 27.46 40.11 54.44 -
YUV 134.28 158.87 36.5 -
System Red Green Blue C M Y K H S L
Decimal 6 189 189 0.97 0 0 0.26 180 0.94 0.38
Hex 6 BD BD 61 0 0 1A B4 5E 26
Octal 6 275 275 141 0 0 32 264 136 46
Binary 110 10111101 10111101 1100001 0 0 11010 10110100 1011110 100110

Color Harmonies of #06BDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BDBD

Black with #06BDBD

Text Example


Text Example

White with #06BDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,189,189); }

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

background-color css

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

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

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

border-color css

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

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

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