Html Css Color HEX #06B2BA Iris Blue

📋 copy color: '#06B2BA'

red 6 ◦ green 178 ◦ blue 186

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

Shades of Iris Blue #06B2BA

Tints of Iris Blue #06B2BA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 48.11%

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

R = 1.62%
G = 48.11%
B = 50.27%

CMYK

 C value IS 0.97

 M value IS 0.04

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#06B2BA (or 0x06B2BA) is known color: Iris Blue. HEX triplet: 06, B2 and BA. RGB value is (6,178,186). Sum of RGB (Red+Green+Blue) = 6+178+186=370 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.62% from 370); Green value is 178 (69.92% from 255 or 48.11% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #06B2BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06B2BA is #F94D45. Grayscale: #7F7F7F. Windows color (decimal): -16338246 or 12235270. OLE color: 12235270.

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

Color convert

RGB 6 178 186 -
CMYK 0.97 0.04 0 0.27
HSL 182.67º 0.94% 0.38% -
HSV(B) 182.67º 0.97% 0.73% -
XYZ 24.86 35.42 51.98 -
YUV 127.48 161.02 41.35 -
System Red Green Blue C M Y K H S L
Decimal 6 178 186 0.97 0.04 0 0.27 182.67 0.94 0.38
Hex 6 B2 BA 61 4 0 1B B7 5E 26
Octal 6 262 272 141 4 0 33 267 136 46
Binary 110 10110010 10111010 1100001 100 0 11011 10110111 1011110 100110

Color Harmonies of #06B2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06B2BA

Black with #06B2BA

Text Example


Text Example

White with #06B2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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