Html Css Color HEX #06BBBC Iris Blue

📋 copy color: '#06BBBC'

red 6 ◦ green 187 ◦ blue 188

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

Shades of Iris Blue #06BBBC

Tints of Iris Blue #06BBBC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 49.08%

 BLUE value IS 188 (73.83% from 255) = 49.34%

R = 1.57%
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.26

RGB Variations

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

Color information

#06BBBC (or 0x06BBBC) is known color: Iris Blue. HEX triplet: 06, BB and BC. RGB value is (6,187,188). Sum of RGB (Red+Green+Blue) = 6+187+188=381 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.57% from 381); Green value is 187 (73.44% from 255 or 49.08% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #06BBBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06BBBC is #F94443. Grayscale: #848484. Windows color (decimal): -16335940 or 12368646. OLE color: 12368646.

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

Color convert

RGB 6 187 188 -
CMYK 0.97 0.01 0 0.26
HSL 180.33º 0.94% 0.38% -
HSV(B) 180.33º 0.97% 0.74% -
XYZ 26.92 39.21 53.73 -
YUV 133 159.03 37.42 -
System Red Green Blue C M Y K H S L
Decimal 6 187 188 0.97 0.01 0 0.26 180.33 0.94 0.38
Hex 6 BB BC 61 1 0 1A B4 5E 26
Octal 6 273 274 141 1 0 32 264 136 46
Binary 110 10111011 10111100 1100001 1 0 11010 10110100 1011110 100110

Color Harmonies of #06BBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BBBC

Black with #06BBBC

Text Example


Text Example

White with #06BBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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