Html Css Color HEX #06BACD Iris Blue

📋 copy color: '#06BACD'

red 6 ◦ green 186 ◦ blue 205

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

Shades of Iris Blue #06BACD

Tints of Iris Blue #06BACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.64%

R = 1.51%
G = 46.85%
B = 51.64%

CMYK

 C value IS 0.97

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#06BACD (or 0x06BACD) is known color: Iris Blue. HEX triplet: 06, BA and CD. RGB value is (6,186,205). Sum of RGB (Red+Green+Blue) = 6+186+205=397 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.51% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #06BACD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06BACD is #F94532. Grayscale: #868686. Windows color (decimal): -16336179 or 13482502. OLE color: 13482502.

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

Color convert

RGB 6 186 205 -
CMYK 0.97 0.09 0 0.20
HSL 185.73º 0.94% 0.41% -
HSV(B) 185.73º 0.97% 0.8% -
XYZ 28.65 39.56 63.88 -
YUV 134.35 167.87 36.46 -
System Red Green Blue C M Y K H S L
Decimal 6 186 205 0.97 0.09 0 0.20 185.73 0.94 0.41
Hex 6 BA CD 61 9 0 14 BA 5E 29
Octal 6 272 315 141 11 0 24 272 136 51
Binary 110 10111010 11001101 1100001 1001 0 10100 10111010 1011110 101001

Color Harmonies of #06BACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BACD

Black with #06BACD

Text Example


Text Example

White with #06BACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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