Html Css Color HEX #06BACB Iris Blue

📋 copy color: '#06BACB'

red 6 ◦ green 186 ◦ blue 203

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

Shades of Iris Blue #06BACB

Tints of Iris Blue #06BACB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 47.09%

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

R = 1.52%
G = 47.09%
B = 51.39%

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

#06BACB (or 0x06BACB) is known color: Iris Blue. HEX triplet: 06, BA and CB. RGB value is (6,186,203). Sum of RGB (Red+Green+Blue) = 6+186+203=395 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.52% from 395); Green value is 186 (73.05% from 255 or 47.09% from 395); Blue value is 203 (79.69% from 255 or 51.39% from 395); Max value from RGB is 203 - color contains mainly: blue. Hex color #06BACB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06BACB is #F94534. Grayscale: #858585. Windows color (decimal): -16336181 or 13351430. OLE color: 13351430.

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

Color convert

RGB 6 186 203 -
CMYK 0.97 0.08 0 0.20
HSL 185.18º 0.94% 0.41% -
HSV(B) 185.18º 0.97% 0.8% -
XYZ 28.41 39.47 62.62 -
YUV 134.12 166.87 36.62 -
System Red Green Blue C M Y K H S L
Decimal 6 186 203 0.97 0.08 0 0.20 185.18 0.94 0.41
Hex 6 BA CB 61 8 0 14 B9 5E 29
Octal 6 272 313 141 10 0 24 271 136 51
Binary 110 10111010 11001011 1100001 1000 0 10100 10111001 1011110 101001

Color Harmonies of #06BACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BACB

Black with #06BACB

Text Example


Text Example

White with #06BACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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