Html Css Color HEX #06BDB3 Iris Blue

📋 copy color: '#06BDB3'

red 6 ◦ green 189 ◦ blue 179

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

Shades of Iris Blue #06BDB3

Tints of Iris Blue #06BDB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 47.86%

R = 1.6%
G = 50.53%
B = 47.86%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#06BDB3 (or 0x06BDB3) is known color: Iris Blue. HEX triplet: 06, BD and B3. RGB value is (6,189,179). Sum of RGB (Red+Green+Blue) = 6+189+179=374 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.60% from 374); Green value is 189 (74.22% from 255 or 50.53% from 374); Blue value is 179 (70.31% from 255 or 47.86% from 374); Max value from RGB is 189 - color contains mainly: green. Hex color #06BDB3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06BDB3 is #F9424C. Grayscale: #858585. Windows color (decimal): -16335437 or 11779334. OLE color: 11779334.

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

Color convert

RGB 6 189 179 -
CMYK 0.97 0 0.05 0.26
HSL 176.72º 0.94% 0.38% -
HSV(B) 176.72º 0.97% 0.74% -
XYZ 26.41 39.69 48.92 -
YUV 133.14 153.87 37.31 -
System Red Green Blue C M Y K H S L
Decimal 6 189 179 0.97 0 0.05 0.26 176.72 0.94 0.38
Hex 6 BD B3 61 0 5 1A B1 5E 26
Octal 6 275 263 141 0 5 32 261 136 46
Binary 110 10111101 10110011 1100001 0 101 11010 10110001 1011110 100110

Color Harmonies of #06BDB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BDB3

Black with #06BDB3

Text Example


Text Example

White with #06BDB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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