Html Css Color HEX #06BFB2 Iris Blue

📋 copy color: '#06BFB2'

red 6 ◦ green 191 ◦ blue 178

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

Shades of Iris Blue #06BFB2

Tints of Iris Blue #06BFB2

RGB

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

 GREEN value IS 191 (75% from 255) = 50.93%

 BLUE value IS 178 (69.92% from 255) = 47.47%

R = 1.6%
G = 50.93%
B = 47.47%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#06BFB2 (or 0x06BFB2) is known color: Iris Blue. HEX triplet: 06, BF and B2. RGB value is (6,191,178). Sum of RGB (Red+Green+Blue) = 6+191+178=375 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.6% from 375); Green value is 191 (75% from 255 or 50.93% from 375); Blue value is 178 (69.92% from 255 or 47.47% from 375); Max value from RGB is 191 - color contains mainly: green. Hex color #06BFB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06BFB2 is #F9404D. Grayscale: #868686. Windows color (decimal): -16334926 or 11714310. OLE color: 11714310.

HSL color Cylindrical-coordinate representation of color #06BFB2: hue angle of 175.78º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BFB2 is Cyan = 0.97, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 6 191 178 -
CMYK 0.97 0 0.07 0.25
HSL 175.78º 0.94% 0.39% -
HSV(B) 175.78º 0.97% 0.75% -
XYZ 26.74 40.51 48.53 -
YUV 134.2 152.71 36.56 -
System Red Green Blue C M Y K H S L
Decimal 6 191 178 0.97 0 0.07 0.25 175.78 0.94 0.39
Hex 6 BF B2 61 0 7 19 B0 5E 27
Octal 6 277 262 141 0 7 31 260 136 47
Binary 110 10111111 10110010 1100001 0 111 11001 10110000 1011110 100111

Color Harmonies of #06BFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BFB2

Black with #06BFB2

Text Example


Text Example

White with #06BFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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