Html Css Color HEX #06BBCB Iris Blue

📋 copy color: '#06BBCB'

red 6 ◦ green 187 ◦ blue 203

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

Shades of Iris Blue #06BBCB

Tints of Iris Blue #06BBCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.26%

R = 1.52%
G = 47.22%
B = 51.26%

CMYK

 C value IS 0.97

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#06BBCB (or 0x06BBCB) is known color: Iris Blue. HEX triplet: 06, BB and CB. RGB value is (6,187,203). Sum of RGB (Red+Green+Blue) = 6+187+203=396 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.52% from 396); Green value is 187 (73.44% from 255 or 47.22% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #06BBCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06BBCB is #F94434. Grayscale: #868686. Windows color (decimal): -16335925 or 13351686. OLE color: 13351686.

HSL color Cylindrical-coordinate representation of color #06BBCB: hue angle of 184.87º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BBCB is Cyan = 0.97, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 6 187 203 -
CMYK 0.97 0.08 0 0.20
HSL 184.87º 0.94% 0.41% -
HSV(B) 184.87º 0.97% 0.8% -
XYZ 28.62 39.89 62.69 -
YUV 134.71 166.53 36.2 -
System Red Green Blue C M Y K H S L
Decimal 6 187 203 0.97 0.08 0 0.20 184.87 0.94 0.41
Hex 6 BB CB 61 8 0 14 B9 5E 29
Octal 6 273 313 141 10 0 24 271 136 51
Binary 110 10111011 11001011 1100001 1000 0 10100 10111001 1011110 101001

Color Harmonies of #06BBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BBCB

Black with #06BBCB

Text Example


Text Example

White with #06BBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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